Postby pragma » 02 Nov 2019 02:04
I made an extension to rate playlist entries. The ratings show up in the playlist where you can sort by the "Ratings" column. The extension also attempts to write to the file's metadata using VLC's Lua interface, but these functions may or may not be implemented in VLC for certain file types/systems. Consequently, the extension also saves the rating information to a tab-delimited data file in the VLC user data directory.
There's also a new shuffle function to shuffle by the ratings field, from highest to lowest rated (all items rated 5 are shuffled and grouped together, then all items rated 4, then 3 and so on).
Check it out and let me know what you think!
https://addons.videolan.org/p/1333990/
https://github.com/pragma-/vlc-ratings