ciderapp / Cider-2

Primary public repository for Cider 2.x
https://cider.sh
127 stars 2 forks source link

[Bug]: Recently Played Section Showing "CloudFavoritesContainer.Name" Instead of "Favorite Songs" #578

Closed TomDaamen closed 3 months ago

TomDaamen commented 3 months ago

Preflight Checklist

What operating system are you using?

Windows

Build Details

2.3.2.0 | Built on Invalid Date | Sabiiro | b68c3db21100bd6ed7e84420c10426717b568d72

Operating System Version

Windows 11 Pro | Version: 23H2 | Build: 22631.3155 | Support: Windows Feature Experience Pack 1000.22684.1000.0

Describe the Bug

Within the application's recently played section, the label or string appears as "CloudFavoritesContainer.Name" instead of the expected term "Favorites".

Steps to Reproduce

  1. Open the application and navigate to the "Favorite Songs" playlist.
  2. Play the playlist.
  3. Restart the application (Cider).
  4. Look at the "Recently Played" section.

Anything else?

My Guess: probably happens because the name or label in the code / interface wasn't assigned or referenced correctly or does not exist.

Connect Device ID

No response

Build timestamp

1710621352083

github-actions[bot] commented 3 months ago

Hello @TomDaamen :wave:

We really appreciate you taking the time to report this issue, please double check your issue to make sure you are clear and concise in your description. This will help us to help you as quickly as possible.

We'd like to ask you be patient and we will get back to you as soon as we can.

In the meantime, take a look at our FAQs which may answer your question.

Thanks again and we hope you enjoy the app! :smiley:

coredev-uk commented 3 months ago

Duplicate of https://github.com/ciderapp/Cider-2/issues/534. Please read the comment I left on that post. Just to add to it, we do not directly set the text in app, we rely on data that their api gives us, as such this is a bug with the MusicKit API. If we were to directly set it, it would affect all languages and would not be practical. Sorry I cant help you more.