![]() |
|
Can't configure Minimserver - Printable Version +- MinimServer Forum (https://forum.minimserver.com) +-- Forum: MinimServer (/forumdisplay.php?fid=1) +--- Forum: Support (/forumdisplay.php?fid=4) +--- Thread: Can't configure Minimserver (/showthread.php?tid=150) |
RE: Can't configure Minimserver - simoncn - 14-10-2012 10:07 (13-10-2012 23:10)Oroperplex Wrote: 1.) yes it works I'm glad to hear that. Quote:2.) content of "year" tag is shown in plugplayer unfortunately in all variations. So i have more than one entry e.g. 2010 and 2010/7/7. Twonky shows only the first 4 digits, so only one entry for one year. Is it possible also to show only the first 4 digits (2010) ? There's no setting to do this at the moment. I'd like to add the capability for MinimServer to recognize tagged dates in various formats. I think some people wouldn't be happy if MinimServer automatically truncated all dates to the first 4 digits, so I'll need to add an option to show either the full date or just the year. This is on my list of planned improvements for a future release. Quote:Is there a possibility to show one track or album in more than one "genres" ? Yes, you can do this. You need to use multiple GENRE tags in the same file, such as GENRE=Orchestral GENRE=Symphony In Mp3tag, you can do this by using '\\' as a separator in the tag value. For example, if you put 'Orchestral\\Symphony' in the Genre field, you'll get the above two tags in your files. RE: Can't configure Minimserver - Oroperplex - 14-10-2012 13:02 (14-10-2012 10:07)simoncn Wrote: Yes, you can do this. You need to use multiple GENRE tags in the same file, such as yabadabadoo that´s a realy useful information, So i build me an action in mp3tag which replaces "," with "\\" in tag genre for all tracks. I tried it and it works great RE: Can't configure Minimserver - simoncn - 14-10-2012 14:23 (14-10-2012 10:07)simoncn Wrote: There's no setting to do this at the moment. I'd like to add the capability for MinimServer to recognize tagged dates in various formats. I think some people wouldn't be happy if MinimServer automatically truncated all dates to the first 4 digits, so I'll need to add an option to show either the full date or just the year. This is on my list of planned improvements for a future release. There will be support for indexing dates as 4 digits in the next release. This should be available within the next few days. RE: Can't configure Minimserver - Oroperplex - 24-10-2012 20:17 (14-10-2012 14:23)simoncn Wrote:(14-10-2012 10:07)simoncn Wrote: There's no setting to do this at the moment. I'd like to add the capability for MinimServer to recognize tagged dates in various formats. I think some people wouldn't be happy if MinimServer automatically truncated all dates to the first 4 digits, so I'll need to add an option to show either the full date or just the year. This is on my list of planned improvements for a future release. mp3tag new version today shows in change log change with the year, date tag in the ID3v.2.3 structure: [2012-10-24] REL: VERSION 2.53 (for Windows XP/2003/Vista/2008/7) ------------ [2012-09-29] CHG: ID3v2.3 TYER/TDAT now merged into one YEAR field formatted as YYYY-MM-DD. RE: Can't configure Minimserver - simoncn - 24-10-2012 20:25 (24-10-2012 20:17)Oroperplex Wrote: mp3tag new version today shows in change log change with the year, date tag in the ID3v.2.3 structure: Thanks for posting this information. MinimServer currently reads the TYER value and ignores the TDAT value. I'll put TDAT support on the list of things to add in a future release. |