![]() |
|
Remove field albumartist from minimserver - Printable Version +- MinimServer Forum (https://forum.minimserver.com) +-- Forum: MinimServer (/forumdisplay.php?fid=1) +--- Forum: General (/forumdisplay.php?fid=2) +--- Thread: Remove field albumartist from minimserver (/showthread.php?tid=7260) |
Remove field albumartist from minimserver - birdybird - 13-06-2024 14:15 I have a lot of errors on the log from minimserver all of the field albumartist. Is there a possiblity that it not looks for field albumartist ?albumartist RE: Remove field albumartist from minimserver - simoncn - 13-06-2024 16:45 To ignore all AlbumArtist tags, set the aliasTags property to AlbumArtist:nil and restart MinimServer. RE: Remove field albumartist from minimserver - birdybird - 13-06-2024 17:19 (13-06-2024 16:45)simoncn Wrote: To ignore all AlbumArtist tags, set the aliasTags property to AlbumArtist:nil and restart MinimServer.Thanks but how to do that in a command ? Im a newbie RE: Remove field albumartist from minimserver - simoncn - 13-06-2024 20:52 Using mscript: prop aliasTags=AlbumArtist:nil restart RE: Remove field albumartist from minimserver - birdybird - 13-06-2024 20:58 What is the command ? This command : ./Mscript prop aliasTags=AlbumArtist:nil Does not work... RE: Remove field albumartist from minimserver - simoncn - 13-06-2024 22:48 You can use two mscript commands like this: ./mscript -c "prop aliasTags=AlbumArtist:nil" ./mscript -c rescan or you can enter the commands interactively like this: ./mscript prop aliasTags=AlbumArtist:nil rescan then enter a null line to exit from mscript RE: Remove field albumartist from minimserver - birdybird - 14-06-2024 04:02 Thank you very much. Unfortunately i have starter edition I cannot change it it says But thanks RE: Remove field albumartist from minimserver - simoncn - 14-06-2024 10:15 You could take the free 30-day trial to try using this and other features of the full version and decide if the extra features are worth the license cost. RE: Remove field albumartist from minimserver - birdybird - 14-06-2024 10:19 (14-06-2024 10:15)simoncn Wrote: You could take the free 30-day trial to try using this and other features of the full version and decide if the extra features are worth the license cost. Ok thanks you very much |