gorman wrote: > Question: where is the "similarities info" saved? Into a single file > library? Separate file for each music file? Tags? > I don't want to mess with tags in my music.
Two files are created; an SQLite db that stores some meta-data and a binary blob containing the musly data for each file. Musly loads this data, and some other data, into a 'jukebox' This jukebox can be created at start-up, but this can be slow, so the python API persists this to a file and loads that file at startup - which is *much* faster. So, no tags are added to the music files themselves. *Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json 2. Open browser's developer tools 3. Open console tab in developer tools 4. REQ/RESP messages sent to/from LMS will be logged here. ------------------------------------------------------------------------ cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686 View this thread: http://forums.slimdevices.com/showthread.php?t=112713 _______________________________________________ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins