ironsmile / euterpe

Self-hosted music streaming server 🎶 with RESTful API and Web interface. Think of it as your very own Spotify! ☁️🎧
https://listen-to-euterpe.eu
GNU General Public License v3.0
522 stars 42 forks source link

Command line tools for managing the library #9

Closed ironsmile closed 3 years ago

ironsmile commented 8 years ago

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.

ironsmile commented 3 years ago

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.