![]() |
|
New lists? - Printable Version +- MinimServer Forum (https://forum.minimserver.com) +-- Forum: MinimServer (/forumdisplay.php?fid=1) +--- Forum: General (/forumdisplay.php?fid=2) +--- Thread: New lists? (/showthread.php?tid=5591) |
New lists? - skyeplayer - 02-04-2020 12:43 I've added album audio quality information to my album list so now I can pick out different audio formats to play easily when I view the album list. I'd like to create a list of albums by audio quality; e.g. 24/192, 24/48, 16/44 etc. I've included #AudioData, #AudioFormat, #AudioQuality as item tags but what do I need to put in IndexTags to get what I'm after? The manual suggests adding #AudioQuality but this results in an error ... Manual extract: Special index and item tags You can include some special values in the indexTags or itemTags list. The special value #AudioData provides the audio data for the file (sample bit depth, sample rate and bit rate). The special value #AudioChannels provides the number of channels for the file (1, 2 or 5.1). The special value #AudioDuration provides the duration for the file in minutes and seconds. The special value #AudioFormat provides the audio format for the file, and the special value #AudioQuality provides the audio quality of your files using the following categories: HD lossless, High Definition CD+ lossless, higher quality than CD CD lossless, CD quality CD- lossless, lower quality than CD LC Lossy Compression RE: New lists? - stefano_mbp - 02-04-2020 12:59 (02-04-2020 12:43)skyeplayer Wrote: I've added album audio quality information to my album list so now I can pick out different audio formats to play easily when I view the album list. I use this syntax in index tag : #AudioFormat:Audio Format, #AudioQuality:Audio Quality and works RE: New lists? - skyeplayer - 02-04-2020 13:03 Thanks - just tried that but get this error message: MinimServer: item tag name '#AudioFormat' is listed in indexTags RE: New lists? - skyeplayer - 02-04-2020 13:06 Update - I've removed those index tags and it works. Thank you for the help RE: New lists? - stefano_mbp - 02-04-2020 13:08 Remove it from item tag |