Code Monkey home page Code Monkey logo

name-that-tune's People

Contributors

aether-aeternum avatar dependabot[bot] avatar seifer23 avatar sunsettechuila avatar therealpadster avatar tojatomasz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

name-that-tune's Issues

traduccion espaรฑol por jack

What language are you adding?

Espaรฑol latinomericano

Translation JSON

Copy src/locales/en.json and paste updated version here

unistall custom app

๐Ÿ” Is there already an issue for your problem?

  • I have checked older issues, open and closed

โ„น Environment / Computer Info

- Spotify version: 1.1.93.896.g3ae3b4f3
- Spicetify version: 2.13.0

๐Ÿ“ Description

Hi, when I click on the custom app it gives me an error "there was a problem, try to reload the page" I also tried with "name-that-tune-main" but nothing was solved and I tried to uninstall both custom app but I don't know how to do it. :(

๐Ÿ“ธ Screenshots

https://i.imgur.com/J6DRYdp.png

"something went wrong.. try to reload the site"

๐Ÿ” Is there already an issue for your problem?

  • I have checked older issues, open and closed

โ„น Environment / Computer Info

- Spotify version: 1.2.22.982.g794acc0a
- Spicetify version: 2.23.2
- OS: Windows 11

๐Ÿ“ Description

  1. Install spotify
  2. Add spicetify
  3. install name-that-tune
  4. try opening the Name That Tune tab (see screenshots for before after this step)
  5. "something went wrong.. try to reload the site"

Both Spotify and spicetify are newly installed on this becuase I accidentally switched from desktop version to windows store version. So I switched back to desktop version by uninstalling the windows store version and instalilng the desktop version with a freshly downloaded installer file from the spotify website. Had to apply spicetify again and all my configuration seems to have gotten lost in the progress. So I reapplied all the plugins I wanted and then tried this custom app just for it to not work. I checked out the previous issues and the ones having a similar error to mine don't seem to be caused by the same reason. The path to my index.js is [...]\AppData\Roaming\spicetify\CustomApps\name-that-tune\index.js.

๐Ÿ“ธ Screenshots

image
image

Traduccion Espaรฑol

What language are you adding?

Espaรฑol Latino

Translation JSON

{
"translation": {
"appName": "Nombra la Rola",
"title": "๐ŸŽต $t(appName)",
"winMsg": "Ganaste!",
"guessPlaceholder": "Adivina la canciรณn",
"playXSeconds": "Reproducir {{count}}s",
"guessBtn": "Adivinar",
"skipBtn": "Saltar",
"giveUp": "Rendirse",
"nextSong": "Siguiente Canciรณn",
"menuEntry": "Reproducir $t(appName)",
"sendingURIs_one": "Enviando {{count}} URI a $t(appName)",
"sendingURIs_other": "Enviando {{count}} URIs a $t(appName)",
"stats": {
"title": "Estatus",
"time": "Tiempo",
"songs": "Canciones",
"winPercentage": "Ganar con porcentaje: {{percentage}}%",
"songWithCount_one": "{{count}} Cancion(es)",
"songWithCount_other": "{{count}} Canciรณn(es)",
"gaveUp": "Rendiciones",
"greaterThan16": ">16s",
"xSeconds": "{{count}}s"
}
}
}

Add a stats page

๐Ÿ“ Provide a description of the new feature

Can probably use the spicetify-creator navbar.

โž• Additional Information

No response

"Something went wrong" "try to refresh the page"

๐Ÿ” Is there already an issue for your problem?

  • I have checked older issues, open and closed

โ„น Environment / Computer Info

- Spotify version: 1.2.7.1277.g2b3ce637
- Spicetify version: v2.16.2

๐Ÿ“ Description

The problem could be that my spotify is hungarian, but idk how to make name that tune to english, cause i dont understand the way of the language change...

๐Ÿ“ธ Screenshots

No response

Make it look nice

๐Ÿ“ Provide a description of the new feature

It is currently unstyled and looks pretty bad.

โž• Additional Information

No response

support to arabic and hebrew song titles

๐Ÿ“ Provide a description of the new feature

when i want to guess song with arabic or hebrew title it tells me its wrong even though im right, i think it may be complicated to do that but if you can it will be amazing

โž• Additional Information

image
image

Guess list displays an x when you win with a fuzzy match

๐Ÿ” Is there already an issue for your problem?

  • I have checked older issues, open and closed

๐Ÿ“ Description

It should display a checkmark, or show some indication of being right.

I'll likely need to find some other way of passing in the "correct" flag other than passing in the title of the song and checking if the raw guess matches. I don't want to run the normalize function two more times for each step.

Potentially adding the "correct" state in with the app's guess array.
e.g.

[
{ guess: 'When you were young',
correct: false},
{ guess: 'Mr brightside',
correct: true}
]

Or maybe add a state variable that says which guess index is correct, and check the guess item key against that.

๐Ÿ“ธ Screenshots

image

i need help

๐Ÿ” Is there already an issue for your problem?

  • I have checked older issues, open and closed

โ„น Environment / Computer Info

- Spotify version: yes
- Spicetify version: yes
- Name That Tune version: yes

๐Ÿ“ Description

i still cant guess my song

๐Ÿ“ธ Screenshots

image

Add launching via right-click menu

๐Ÿ“ Provide a description of the new feature

e.g. right-click on an artist/album/playlist/etc and selecting "Play Spurdle!". This will launch the custom app with a random song from that source.

โž• Additional Information

No response

no index.js

๐Ÿ” Is there already an issue for your problem?

  • I have checked older issues, open and closed

โ„น Environment / Computer Info

- Spotify version:latest
- Spicetify version:latest

๐Ÿ“ Description

it keep telling me there is no index.js when i apply

๐Ÿ“ธ Screenshots

No response

Keyboard shortcuts

๐Ÿ“ Provide a description of the new feature

I would suggest using the function keys, and enter for the new song button

โž• Additional Information

No response

Instructions on how to install in readme

๐Ÿ“ Provide a description of the new feature

Could you put instructions on how to install this in the readme? Even if it's just cloning the repo I think that would be useful.

โž• Additional Information

No response

Disable play bar controls in between songs

๐Ÿ“ Provide a description of the new feature

Disable play bar controls in between songs, so you can't skip to the next track without hitting the "next song" button

โž• Additional Information

No response

French Translation

What language are you adding?

French

Translation JSON

{
  "translation": {
    "appName": "Name That Tune",
    "title": "๐ŸŽต $t(appName)",
    "winMsg": "Vous avez gagnรฉ !",
    "guessPlaceholder": "Devinez la chanson",
    "playXSeconds": "Jouer ร  {{count}}s",
    "guessBtn": "Devinez",
    "skipBtn": "Passer",
    "giveUp": "Abandonner",
    "nextSong": "Chanson suivante",
    "menuEntry": "Jouer ร  $t(appName)",
    "sendingURIs_one": "Envoi de {{count}} URI ร  $t(appName)",
    "sendingURIs_other": "Envoi de {{count}} URIs ร  $t(appName)",
    "stats": {
      "title": "Statistiques",
      "time": "Temps",
      "songs": "Chansons",
      "winPercentage": "Pourcentage de victoire : {{percentage}}%",
      "songWithCount_one": "{{count}} chanson",
      "songWithCount_other": "{{count}} chansons",
      "gaveUp": "a abandonnรฉ",
      "greaterThan16": ">16s",
      "xSeconds": "{{count}}s"
    }
  }
}

"Maximum query complexity exceeded 70503 > 70000"

๐Ÿ” Is there already an issue for your problem?

  • I have checked older issues, open and closed

โ„น Environment / Computer Info

- Spotify version: 1.2.30
- Spicetify version: 2.31.0
- Name That Tune version: 0.1.4

๐Ÿ“ Description

The error comes up when adding the album "Mobile Orchestra" by Owl city.

๐Ÿ“ธ Screenshots

image

Save progress to localstorage

๐Ÿ“ Provide a description of the new feature

It would be nice to save progress so you don't lose everything if you navigate away. This would also allow us to have stats.

โž• Additional Information

No response

Sidebar shows song info while game is running

๐Ÿ” Is there already an issue for your problem?

  • I have checked older issues, open and closed

โ„น Environment / Computer Info

Spotify for macOS (Apple Silicon)
1.2.25.1011.g0348b2ea
Spicetify v2.27.2
xpui_2023-11-20_1700498575257_0348b2e
cef_118.7.1+g99817d2+chromium-118.0.5993.119

๐Ÿ“ Description

The right-hand now-playing sidebar shows song info while game is running. The game should hide this, like it does with the bottom bar.

๐Ÿ“ธ Screenshots

image

Hide entire bottom bar?

๐Ÿ“ Provide a description of the new feature

Currently you can just click and drag and play/pause the song at will. It might be a good idea to disable interaction or hide it completely while in the app.

โž• Additional Information

No response

Play again from same source

๐Ÿ“ Provide a description of the new feature

If we allow the game to be seeded with a list of songs (playlist, artist, etc), we could add a "play again" button that starts a new game with a different song from that source.

โž• Additional Information

No response

Not able to open it

๐Ÿ” Is there already an issue for your problem?

  • I have checked older issues, open and closed

โ„น Environment / Computer Info

- Spotify version:
- Spicetify version:
- Name That Tune version:

๐Ÿ“ Description

Tried many times but it shows the same always!

๐Ÿ“ธ Screenshots

image
image

Starts with now playing song instead of a song from the selected album\artist\playlist

๐Ÿ” Is there already an issue for your problem?

  • I have checked older issues, open and closed

โ„น Environment / Computer Info

- Spotify version:1.1.84.716.gc5f8b819
- Spicetify version:2.9.8

๐Ÿ“ Description

When there is a song in now playing in the queue and you right-click on an album\artist\playlist to play name-that-tune it starts with the now playing song instead of a song from the artist\album\playlist.

I guess this is happening because the now playing song remains in the queue after you right-click on an album\artist\playlist to play the game and adds the songs from the album\artist\playlist in the queue after the now playing one.

The solution is to remove the now playing song from the queue and start from the 1st song in the queue after starting the game by right-clicking.

Note: This issue didn't persist earlier but is occurring on the latest build of the custom app.

TypeError: Cannot destructure property 'operation' of 't' as it is undefined.

๐Ÿ” Is there already an issue for your problem?

  • I have checked older issues, open and closed

โ„น Environment / Computer Info

- Spotify version: 1.2.33.1042.g26c92729
- Spicetify version: Spicetify v2.36.0
- Name That Tune version: latest (cant find a version number anywhere)

๐Ÿ“ Description

if i click off the name that tune app and then start through the right click menu this error pops up.

๐Ÿ“ธ Screenshots

Screenshot (207)

Add artist stats

๐Ÿ“ Provide a description of the new feature

Show your top 5 or 10 artists on the stats page. e.g. (Played 12 songs by x artist, got 75% correct).

โž• Additional Information

No response

Adding Ukrainian translation

What language are you adding?

ะฃะบั€ะฐั—ะฝััŒะบะฐ (Ukrainian)

Translation JSON

[ua.json](https://github.com/theRealPadster/name-that-tune/files/14971413/ua.json)

Custom App "name-that-tune-main" does not have index.js

๐Ÿ” Is there already an issue for your problem?

  • I have checked older issues, open and closed

โ„น Environment / Computer Info

- Spotify version: 1.2.14.1149.ga3ae422d
- Spicetify version: v2.20.3

๐Ÿ“ Description

Custom App "name-that-tune-main" does not have index.js
I checked the older issues, open and closed. One mentioned it and marked it as fixed, but it didn't say anything on how to fix it.

๐Ÿ“ธ Screenshots

image

Add Option to Extend the Listening Time Beyond 1 Second

๐Ÿ” Is there already an issue for your problem?

  • I have checked older issues, open and closed

โ„น Environment / Computer Info

- Spotify version: 1.2.9
- Spicetify version: 2.17.2

๐Ÿ“ Description

Where can I access the listening time?

๐Ÿ“ธ Screenshots

No response

After guessing right music plays only for x sec( as in the play x sec button)

๐Ÿ” Is there already an issue for your problem?

  • I have checked older issues, open and closed

โ„น Environment / Computer Info

- Spotify version: 1.1.84.716.gc5f8b819
- Spicetify version: 2.9.8

๐Ÿ“ Description

When the music plays after guessing right, it only plays for x sec according to the play x sec button. e.g. if the play x sec button says play 2 s the music will only play for 2 sec after guessing right and then stop. The playback also resets as if the play x sec button was pressed.

Show bottom bar after game has been won.

๐Ÿ“ Provide a description of the new feature

Might be a good idea to re-show the bar after you've already won. Then the user can play the song or do whatever they want without having to navigate to another page.

โž• Additional Information

No response

Shuffle queue on app load

๐Ÿ“ Provide a description of the new feature

This would stop it from using the current song you're playing as the first song, and would also prevent cheating by leaving the app and coming back.

โž• Additional Information

No response

guess button don't work

๐Ÿ” Is there already an issue for your problem?

  • I have checked older issues, open and closed

โ„น Environment / Computer Info

Spotify for Windows (64 bit)
1.2.26.1187.g36b715a1
Spicetify v2.28.1
Theme: Bloom / comfy
Extensions: adblock.js, fullAlbumDate.js, imageOpener.js, spotifyGenres.js, power-bar.js, volumePercentageWrapper.js, scannables.js, wikify.js, QueueTime.js, playing-source.js, beautiful-lyrics.js, theme.js
Custom apps: marketplace, ncs-visualizer, stats, name-that-tune

๐Ÿ“ Description

when I press the "guess" button after I typed my guess it just do nothing

๐Ÿ“ธ Screenshots

Spotify_yTR0hOIyWM.mp4

Put Request Fail

#51

๐Ÿ” Is there already an issue for your problem?

  • I have checked older issues, open and closed

โ„น Environment / Computer Info

- Spotify version: 1.2.24.756.g7a7fc7f0
- Spicetify version: 2.27.0

๐Ÿ“ Description

This error message shows up any time Name That Tune is invoked in any circumstance.
image

๐Ÿ“ธ Screenshots

No response

add "give up" button

๐Ÿ“ Provide a description of the new feature

Make the "next song" button "give up" and show the answer, then change it to "next song" when it's clicked

โž• Additional Information

No response

Add leaderboard

๐Ÿ“ Provide a description of the new feature

Pretty standard leaderboard system.

โž• Additional Information

No response

Come up with a better name

๐Ÿ“ Provide a description of the new feature

Spurdle is an awful name

โž• Additional Information

No response

uninstall

๐Ÿ“ Provide a description of the new feature

There is no support for foreign languages, it's not relevant for me, so ... How to uninstall?

โž• Additional Information

No response

Make it fuzzy

๐Ÿ“ Provide a description of the new feature

Does it make sense to:

  • Allow English and American spellings of words
  • Allow slight misspellings
  • Other things?

I already trim and convert the title and guess to lowercase.

โž• Additional Information

No response

Add a drop down for guess completion

Add a drop-down Like Heardle which suggests song names as you type kind of like an auto-complete.
This will help:

  • Making it easy to pick songs.
  • Eliminate the chances of spelling the song name incorrectly.
  • Eliminate the chances of not being able to guess correctly because the song name contains artist names and other things like text in brackets.

Take for example :

image

image

De Translation

๐Ÿ“ Provide a description of the new feature

Since I don't have enough knowledge with Github, here is the german translation for Name That Tune :)

{
  "translation": {
    "appName": "Nenne den Titel!",
    "title": "๐ŸŽต $t(appName)",
    "winMsg": "Das war richtig!",
    "guessPlaceholder": "Rate den Titel",
    "guessBtn": "Raten",
    "skipBtn": "รœberspringen",
    "giveUp": "Aufgeben",
    "nextSong": "Nรคchster Titel",
    "menuEntry": "Spiele $t(appName)",
    "sendingURIs_one": "Sende {{count}} URI an $t(appName)",
    "sendingURIs_other": "Sende {{count}} URIs an $t(appName)",
    "stats": {
      "title": "Statistik",
      "time": "Zeit",
      "songs": "Titel",
      "winPercentage": "Gewonnen: {{percentage}}%",
      "songWithCount_one": "{{count}} Titel",
      "songWithCount_other": "{{count}} Titel",
      "gaveUp": "Aufgegeben",
      "greaterThan16": ">16s",
      "xSeconds": "{{count}}s"
    }
  }
}

โž• Additional Information

No response

Linux showing what's playing

If you're on Linux, (I'm on Mint, but I'd assume it'd be the same for other distros), then it shows a notification of what's playing when you go to the next song. Would it be possible for you to disable the notification that pops up?
Screenshot at 2022-11-10 18-46-00

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.