as I'm trying to create a network based media system. So far I used DLNA but was missing the ability to set ratings for the files.
So I gave MediaMonkey Server (0.4.1) a try ... but failed miserably
I understand that the current alpha version doesn't support network paths like \\NAS\Music\Library, right?
So I mapped my Music folder to the drive letter M:
The "Library" sub-folder contains my music library in the structure
Code: Select all
Library
+ [ABC]
++[AlbumArtist]
+++[Album]
+[DEF]
++ ...
Code: Select all
...\Library\$Group($RemovePrefix($First($if(<Album Artist>,<Album Artist>,<Artist>))),3)\$RemovePrefix($First($if(<Album Artist>,<Album Artist>,<Artist>)))\$if(<Album>,<Album>,Singles)\$First(<Artist>) $if(<Album>,(,)$Left($if(<Album>,<Album>,),25)$if($Len(<Album>)>25,...,)$if(<Album>,$) - <Track#:2>,-) <Title>
However when I create a MMS collection Music for the directory M:\Library and rescan the collection, I only get 5 files and actually none of them a mp3 or flac file. Looking more closely at the logs, I saw the message
Code: Select all
Scan movie directory
Collection screenshort
Any thoughts?
Debug log