![]() |
|
Issue after upgrading to MinimServer 2 - Printable Version +- MinimServer Forum (https://forum.minimserver.com) +-- Forum: MinimServer (/forumdisplay.php?fid=1) +--- Forum: MinimServer 2 (/forumdisplay.php?fid=12) +--- Thread: Issue after upgrading to MinimServer 2 (/showthread.php?tid=5506) |
RE: Issue after upgrading to MinimServer 2 - simoncn - 03-02-2020 10:31 I think your settings were lost as a result of the previous error. You should be able to retrieve a backup copy of your settings by looking on the Melco network share in the folder MinimServer/data for the file minimserver.config. The simplest way to apply these settings is to copy them into the MinimWatch properties page. RE: Issue after upgrading to MinimServer 2 - Frodo - 03-02-2020 15:18 Yes that was working well. The only setting that I wasn't able to identify is: Code: tagCustom = AlbumArtist.displayRole\={artist}, Composer.displayRole\={artist}tagCustom = AlbumArtist.displayRole\={artist}, Composer.displayRole\={artist}That is available in MinimServer2? RE: Issue after upgrading to MinimServer 2 - simoncn - 03-02-2020 16:20 The tagCustom property has been replaced by upnpCustom in MinimServer 2. The default setting for upnpCustom (empty) is equivalent to what you had previously. RE: Issue after upgrading to MinimServer 2 - Frodo - 03-02-2020 16:45 upnpCustom is not happy with my setting and spitting out an error: MinimServer: incorrect option 'AlbumArtist.displayRole' in property 'upnpCustom' Code: AlbumArtist.displayRole={artist}, Composer.displayRole={artist}RE: Issue after upgrading to MinimServer 2 - simoncn - 03-02-2020 17:07 As I said in my previous post, leaving this setting empty is equivalent to what you had previously for tagCustom. RE: Issue after upgrading to MinimServer 2 - Frodo - 03-02-2020 17:12 Ah, sorry haven't read your post not proper enough. Thank you so much Simon. |