Another way to categorize rated music
- Poweramp with "Like/Dislike" option enabled
- Music folder synced with your PC (Resilio Sync or similar)
- Using Poweramp's backup feature, we export track ratings data
- Liked (5 stars) tracks will be moved to
rated_subsolder. Disliked (1 star) tracks will be deleted
|- <file_folder> - sync folder with music
|--- <local_subfolder> - all music
|--- <rated_subfolder> - rated music
PC:
|- C:\Sync\Music
|--- All
|--- rated
Phone:
|- primary/Sync/Music
|--- All
|--- rated
- Install Bun (https://bun.sh/) and ensure
bunis on your PATH - Clone this repository
- Install dependencies with
bun install - Rename
settings.json.exampletosettings.json - Fill
settings.json:file_folder: path to the sync folder on PCremote_path: path to the sync folder on the phonelocal_subfolder: name of the folder with music inside sync folderrated_subfolder: name of the folder to move rated music to
- Export Ratings data from Poweramp
- Settings ->
- Leave one checkmark on Ratings and track statistics ->
- Export the file to
remote_pathfolder
- Sync the data to PC
- Run the utility
bun run dryto see the upcoming changes (dry run)bun run committo commit changes in your filesystem
- (optional) Perform Full Rescan in Poweramp to update file paths in the Library