Take full control of your digital entertainment library with a comprehensive, cross-platform media management solution. Built to integrate seamlessly with popular media centers like Kodi, Emby, Jellyfin, and Plex, this tool ensures your collections are perfectly organized and rich with accurate metadata. You can automate the tedious parts of library maintenance by fetching accurate details, posters, and fanart from popular databases like IMDb, TheMovieDB, and TheTVDB. It features smart file renaming to automatically rename files and folders based on customizable patterns, keeping your storage clean. You can also generate perfectly formatted NFO files for seamless integration with your preferred media center. Additionally, it offers advanced TV show detection to easily scan subdirectories with powerful episode and season algorithms, and movie set organization to group related films into collections and assign dedicated artwork for a polished viewing experience.
services:
tinymediamanager:
image: tinymediamanager/tinymediamanager:latest
container_name: tinymediamanager
environment:
- USER_ID=1000
- GROUP_ID=1000
- PASSWORD=${TMM_PASSWORD}
volumes:
- ./tmm_data:/data
- ./media:/media
ports:
- "5800:5800"
- "5900:5900"
restart: unless-stoppedTMM_PASSWORD=your_secure_passwordAuto-fetched 14 minutes ago