I want to migrate my MP3 collection ratings ( stored in the ID3 metas ) into Plex.
I could do it by syncing ratings direclty , or as a “B plan”, by creating a playlist where I list all files having a rating over 5.
I’m using nodeJS with plex-api, could someone point me out how to rate a track or how to add a track to a playlist ?
I got no effect with “client.putQuery(”/rate?key="+key+"&rating="+rating)" even if the web client seems to do this when I inspect the chrome web debugger…