Post Reply 
playlists changed after minim refresh
22-05-2025, 22:15
Post: #22
RE: playlists changed after minim refresh
(22-05-2025 20:37)AnthonyEd Wrote:  # MinimServer content directory
$contentDirectory = @('M:\'
)
I've never had MinimServer scan the root of a drive before. Normally the last folder in the content directory is part of the URL (after /minimserver/*/) but when there isn't a folder it uses <DRIVE>root (Mroot in your case I believe).

I should be able to fix it tomorrow, but the following settings should work for you (as they're relative):
Code:
$contentDirectory = @('M:\Mroot')
$playlistFolder = 'M:\Mroot\MyPlaylists2'
It's important that $playlistFolder is correct (see below).


(22-05-2025 20:37)AnthonyEd Wrote:  (what does the $playlistFolder do? In my set up this folder has nothing in it. I just created it so I could add it to your config)
Whilst you could use "M:\The Beates\1983 - Abbey Road\01\01.flac" in the playlist it's not very flexible (imagine you wanted to move your collection from M: to Z: or to M:\Music) so we use relative paths, which is why I need to know where your playlists are stored relative to the tracks.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: playlists changed after minim refresh - simbun - 22-05-2025 22:15

Forum Jump:


User(s) browsing this thread: 1 Guest(s)