ironsmile / euterpe

Self-hosted music streaming server 🎶 with RESTful API and Web interface. Think of it as your very own Spotify! ☁️🎧

Home Page:https://listen-to-euterpe.eu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Command line tools for managing the library

ironsmile opened this issue · comments

Currently there is no tools for inspecting, removing or scanning the library. If the meta data for a file is changed, HTTPMS will not update it by itself. So such tools are clearly needed. The current workaround is removing the file from the library by hand.

The -rescan flag has been added. Using it one would be able to scan all the library files again and update their meta data in the database. On top on that the media server itself has a file system watch which make sure to add or remove files as they are added or removed from disk.