You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Introduced `SortRanks` struct to precompute alphabetical ranks for songs, artists, and albums.
- Added `ignore_the` field to `Library` and `App` structs to manage user preference for ignoring leading "The" in artist names.
- Updated `Library` to sort artists and album groups based on the `ignore_the` setting.
- Implemented `prepare_order` method to rebuild ranks and sort artists when the library is set or the setting changes.
- Created `collate` module to handle custom alphabetical comparisons, including handling of leading "The" in artist names.
- Updated settings UI to include "Ignore The" option, reflecting current state and allowing toggling.
- Added tests to ensure correct behavior of sorting with and without the "Ignore The" setting.
**A replacement music player for the Sony NW-A55 Walkman** (and its NW-A50-series siblings).
10
-
This is a personal project that I made for my self if people want to tweak it and adapt it to their personal use, please do so but I can't confirm any features or time for this project. If you have issues please raise them in the issues section but I can't promise that issues will be patched. Please use https://github.com/unknown321/wbrt before you install Cinder And if you have the time and skill please contribute with pull requests. I have deliberately not included any way to sponsor or pay for this project. Not least because I want it to be free, but because I don't want the obligation for support that comes with it, as said before I made this for me. The single best way to support is to test, feedback and patch.
10
+
This is a personal project that I made for myself if people want to tweak it and adapt it to their personal use, please do so but I can't confirm any features or time for this project. If you have issues please raise them in the issues section but I can't promise that issues will be patched. Please use https://github.com/unknown321/wbrt before you install Cinder and if you have the time and skill please contribute with pull requests. I have deliberately not included any way to sponsor or pay for this project. Not least because I want it to be free, but because I don't want the obligation for support that comes with it, as said before I made this for me. The single best way to support is to test, feedback and patch.
11
+
12
+
Currently Cinder is still in testing and development despite what github may say.
11
13
12
14
You install it from your computer over the USB cable, in one program, in about a minute. The player
13
15
then starts up into Cinder instead of Sony's music app. Same device, same headphone jack, same
0 commit comments