This project collects all video items from your emby-server API and shows it in a table. Here you can filter and sort the elements according to various properties e.g. (resolution, codecs, age, release-date, ...) and select them to delete. In addition, the tool loads all views of all Emby users and calculates a percentage of the view status. When you click an item, a pop-up appears with more details.
Why:
- Sometimes it is difficult to decide which content can be deleted.
- The emby-webinterface is not designed to filter and delete items.
- You can ask users what they are looking at, but it is better and easier to see.
- Sort and filter items by: Type, Resolution, Language, Last Played, Ratings, Age, Release Year, Size, Audio and Video Codec
- Show/Hide columns
- Show duplicate items
- Bulk delete selected items
- Clone the repo
git clone https://github.com/tantchen/emby-library-browser.git
- Install NPM packages
npm install
- Build and start
npm start
Distributed under the MIT License. See LICENSE
for more information.