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 Node.js (latest LTS)
- Clone this repository
- Install dependencies with
npm install
- Rename
settings.json.example
tosettings.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_path
folder
- Sync the data to PC
- Run the utility
npm run dry
to see the upcoming changesnpm run commit
to commit changes in your filesystem
- (optional) Perform Full Rescan in Poweramp to update file paths in the Library