Enhanced collection management and content discovery for Jellyfin, tested on 10.11.5
The Dwarf's Hammerhttps://raw.githubusercontent.com/kamoba/jellyfin-plugin-thedwarfshammer/main/manifest.jsonTip: For ongoing updates, enable "Real-time Tagging" in plugin settings to automatically tag new movies as they're added.
Choose one method:
Docker:
wget https://raw.githubusercontent.com/kamoba/jellyfin-plugin-thedwarfshammer/main/Web/thedwarfshammer.js
docker cp thedwarfshammer.js jellyfin:/jellyfin/jellyfin-web/
docker exec jellyfin sed -i 's|</body>|<script src="thedwarfshammer.js"></script></body>|' /jellyfin/jellyfin-web/index.html
docker restart jellyfin
Linux:
sudo wget -O /usr/share/jellyfin/web/thedwarfshammer.js https://raw.githubusercontent.com/kamoba/jellyfin-plugin-thedwarfshammer/main/Web/thedwarfshammer.js
sudo sed -i 's|</body>|<script src="thedwarfshammer.js"></script></body>|' /usr/share/jellyfin/web/index.html
sudo systemctl restart jellyfin
Or Edit index.html:
Download script in same location then add `<script src="thedwarfshammer.js"></script>` before `</body>`
β οΈ Re-apply after Jellyfin updates
β Done! Refresh browser (Ctrl+F5)
π‘ Tip: Press Ctrl+F5 (or Cmd+Shift+R on Mac) to refresh cached data (default 1h) and fetch latest upcoming content from TMDB.
Plugin not showing:
docker logs jellyfin | grep -i dwarf
Script not loading:
Uninstall If you need to uninstall, it is advisable to first click on βDelete all tagsβ in the dashboard to avoid leaving orphaned tags (NotInCollection), even if they are harmless.
MIT License
Enjoying this plugin? β Star the repo!
14 commits
JavaScript
88.8%
HTML
5.2%
C#
5.2%
Enhanced collection management and content discovery for Jellyfin, tested on 10.11.5
The Dwarf's Hammerhttps://raw.githubusercontent.com/kamoba/jellyfin-plugin-thedwarfshammer/main/manifest.jsonTip: For ongoing updates, enable "Real-time Tagging" in plugin settings to automatically tag new movies as they're added.
Choose one method:
Docker:
wget https://raw.githubusercontent.com/kamoba/jellyfin-plugin-thedwarfshammer/main/Web/thedwarfshammer.js
docker cp thedwarfshammer.js jellyfin:/jellyfin/jellyfin-web/
docker exec jellyfin sed -i 's|</body>|<script src="thedwarfshammer.js"></script></body>|' /jellyfin/jellyfin-web/index.html
docker restart jellyfin
Linux:
sudo wget -O /usr/share/jellyfin/web/thedwarfshammer.js https://raw.githubusercontent.com/kamoba/jellyfin-plugin-thedwarfshammer/main/Web/thedwarfshammer.js
sudo sed -i 's|</body>|<script src="thedwarfshammer.js"></script></body>|' /usr/share/jellyfin/web/index.html
sudo systemctl restart jellyfin
Or Edit index.html:
Download script in same location then add `<script src="thedwarfshammer.js"></script>` before `</body>`
β οΈ Re-apply after Jellyfin updates
β Done! Refresh browser (Ctrl+F5)
π‘ Tip: Press Ctrl+F5 (or Cmd+Shift+R on Mac) to refresh cached data (default 1h) and fetch latest upcoming content from TMDB.
Plugin not showing:
docker logs jellyfin | grep -i dwarf
Script not loading:
Uninstall If you need to uninstall, it is advisable to first click on βDelete all tagsβ in the dashboard to avoid leaving orphaned tags (NotInCollection), even if they are harmless.
MIT License
Enjoying this plugin? β Star the repo!
14 commits
JavaScript
88.8%
HTML
5.2%
C#
5.2%