Post Reply 
Playlist on NAS & Mac ?
25-12-2021, 14:17
Post: #5
RE: Playlist on NAS & Mac ?
(25-12-2021 00:15)simbun Wrote:  
(24-12-2021 18:11)aspaceintime Wrote:  MAC Path /Volumes/music/CD Rips/Fish, Samantha/Kill Or Be Kind (FLAC 96-24)/01-01 Bulletproof (Tangle Eye Mix).flac

NAS Path /volume1/music/CD Rips/Fish, Samantha/Kill Or Be Kind (FLAC 96-24)/01-01 Bulletproof (Tangle Eye Mix).flac
Those are the absolute paths. If you want to be able to create playlists that work across systems, you need to make sure the playlists and the music files share a common parent (its this parent folder that you'd copy/sync to other systems), and then you need to use relative paths in the playlists themselves.

Using your example above, if you had the playlist in the same folder as the album, the playlist would contain just:
Code:
01-01 Bulletproof (Tangle Eye Mix).flac

If the playlist was one level above the music folder, you'd need:
Code:
./Kill Or Be Kind (FLAC 96-24)/01-01 Bulletproof (Tangle Eye Mix).flac

One level above again:
Code:
./Fish, Samantha/Kill Or Be Kind (FLAC 96-24)/01-01 Bulletproof (Tangle Eye Mix).flac

If you cd to the folder of your playlist, the path you'd put in the playlist is the path you'd have to type if you wanted to view the file permissions e.g. 'ls -l ./Fish, Samantha/Kill Or Be Kind (FLAC 96-24)/01-01 Bulletproof (Tangle Eye Mix).flac'

Hope that makes sense.
My playlist folder resides in same directory as my music. I tried all your examples to no avail. I have my music residing on my NAS with Music as the main folder name, then the artist folders like Fish, Samantha, in its own folder in the Music directory. The playlist folder is in Music as well with several playlists for radio stations and examples using the ABSOLUTE path I posted earlier.

I tried all these with no luck. Please show me the error of my ways...

/../music/CD Rips/Fish, Samantha/Kill Or Be Kind (FLAC 96-24)/01-01 Bulletproof (Tangle Eye Mix).flac

./Kill Or Be Kind (FLAC 96-24)/01-01 Bulletproof (Tangle Eye Mix).flac

./music/CD Rips/Fish, Samantha/Kill Or Be Kind (FLAC 96-24)/01-01 Bulletproof (Tangle Eye Mix).flac

01-01 Bulletproof (Tangle Eye Mix).flac

./Fish, Samantha/Kill Or Be Kind (FLAC 96-24)/01-01 Bulletproof (Tangle Eye Mix).flac
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Playlist on NAS & Mac ? - simbun - 25-12-2021, 00:15
RE: Playlist on NAS & Mac ? - aspaceintime - 25-12-2021 14:17
RE: Playlist on NAS & Mac ? - simoncn - 25-12-2021, 18:03

Forum Jump:


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