BosseJ wrote: > You didn't mention the operating system for your LMS installation but if > it is some Linux version and the track file name is something like > "!!!!!!.flac" then it may not be accepted by the OS. > Here's some result I get on my Linux Mint 19.3 laptop when trying to > create files with "!!!!!!" in the filename. Not a good idea it seems > ... > I would avoid more than one !-mark in the filename if the OS is > Linux-based. Rather OT, but your example has nothing to do with file names, rather it's an issue of properly 'quoting special characters' (https://www.oreilly.com/library/view/learning-the-bash/1565923472/ch01s09.html) in the shell. All characters (except NULL) are allowed in file names on Linux file systems: 29389 Although personally I'd refrain from using the more exotic ones (just to be on the safe side...)
+-------------------------------------------------------------------+ |Filename: fnames.png | |Download: http://forums.slimdevices.com/attachment.php?attachmentid=29389| +-------------------------------------------------------------------+ 'Various SW' (https://www.nexus0.net/pub/sw/): Web Interface | Playlist Editor / Generator | Music Classification | Similar Music | Announce | EventTrigger | LMSlib2go | ... 'Various HowTos' (https://www.nexus0.net/pub/documents/LMS/): build a self-contained LMS | Bluetooth/ALSA | Control LMS with any device | ... ------------------------------------------------------------------------ Roland0's Profile: http://forums.slimdevices.com/member.php?userid=56808 View this thread: http://forums.slimdevices.com/showthread.php?t=111670 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
