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
- Implemented lyrics loading from `.lrc` files, allowing synced lyrics to be displayed alongside tracks.
- Updated `track_info.rs` to include "Lyrics" as a linkable row.
- Enhanced rendering tests to accommodate new lyrics functionality.
- Introduced a new `search.rs` module for searching songs by title, artist, or album.
- Updated UI components to handle lyrics display and search functionality.
@@ -353,7 +360,40 @@ Cinder is the wrong answer to:
353
360
|[**wbrt**](https://github.com/unknown321/wbrt) (unknown321) | Full eMMC backup and restore over the MediaTek VCOM port. **The brick insurance for every project on this list** — including this one. |
354
361
|[**Walkman One**](https://www.mrwalkman.com/) (MrWalkman) | Modified stock firmware: Sony's own player with the region and feature locks removed. If you want stock-but-unlocked rather than a different player, this is it. |
355
362
|[**Rockbox `nwztools`**](https://github.com/Rockbox/rockbox/tree/master/utils/nwztools)| The `.UPG` pack/unpack tooling, per-model KAS keys and the NVP slot map that make any of this reachable. |
356
-
|[**scrobbler**](https://github.com/unknown321/scrobbler) (unknown321) | Last.fm scrobbling on-device; Cinder writes the same `.scrobbler.log` format. |
363
+
|[**scrobbler**](https://github.com/unknown321/scrobbler) (unknown321) | Last.fm scrobbling on-device; Cinder writes the same `.scrobbler.log` format. If it is installed, Cinder's own scrobbler stands down so plays are not counted twice. |
364
+
365
+
### Coming from Walkman One
366
+
367
+
The same questions come up in every thread. The best answers are mostly unknown321's, in the Wampy
368
+
repository:
369
+
370
+
-**What does Walkman One actually change?**
371
+
[Making of sound settings](https://github.com/unknown321/wampy/blob/master/MAKING_OF_VOLUME_TABLES.md)
372
+
takes it apart file by file. The plus modes are an audio library that picks a different output
373
+
path and CPU floor; the gain setting is another model's volume table; the external tunings are
374
+
another model's nvram and bootloader, not a hand-made tuning. Cinder's own teardown reached the
375
+
same place: [`analysis/RE_walkmanone_extract.md`](analysis/RE_walkmanone_extract.md).
376
+
-**Does it change the sound?** The same document ends with line-output measurements across all 19
377
+
regions and every Walkman One mode
378
+
([*There is more!*](https://github.com/unknown321/wampy/blob/master/MAKING_OF_VOLUME_TABLES.md#there-is-more)).
379
+
Three settings changed the signal: regions CEW2 and KR3, which load Sony's quieter volume table,
380
+
and gain mode 1. The plus modes, the sound signatures and DAC mode measured the same as stock.
381
+
-**Can Cinder do the same without flashing?** The plus modes, yes — the
382
+
[`signature` component](install.md#the-sound-signature). The other models' volume tables, not
383
+
on a stock player: they are not part of the NW-A50's firmware and Cinder does not ship Sony's
384
+
files, so the installer's `wm1a` and `w1` volume curves only take effect on a player that
385
+
already holds those tables. The external tunings, no.
386
+
-**Can I put Cinder on top of Walkman One?** Untested — see [Known limitations](#known-limitations).
387
+
-**What about my region's volume limit?** If your player was sold where Sony restricts volume,
388
+
Cinder leaves the restriction in place unless you choose a different volume curve, which replaces
389
+
it — turn the volume down before the first boot. Cinder's first reading of those tables was
390
+
wrong; the [corrected analysis](analysis/RE_volume_tables.md) says how.
391
+
-**SensMe channels?** Not yet. The data comes from Sony's PC software, which analyses each song
392
+
and stores the result in a tag; the player's scanner copies it into the library database, where
393
+
Cinder could read it. No library Cinder has been tested with contains any — if yours does, please
394
+
open an issue. The format itself is undocumented; unknown321's
395
+
[notes on SensMe](https://github.com/unknown321/wampy/blob/master/MAKING_OF.md#sensme-channels)
0 commit comments