terrelsa13 / MUMC

Multi-User Media Cleaner aka MUMC (pronounced Mew-Mick) will go through movies, tv episodes, audio tracks, and audiobooks in your Emby/Jellyfin libraries deleting media items you no longer want.
GNU General Public License v3.0
92 stars 6 forks source link

Option to delete subtitle file #79

Closed AussieAbroad closed 1 year ago

AussieAbroad commented 1 year ago

Is it possible to also delete any subtitle files associated with the movie or episode " .srt " when it deletes video?

terrelsa13 commented 1 year ago

@AussieAbroad I am looking into this. Not having any luck with Emby/Jellyfin giving me the subtitle information associated to a media item.

terrelsa13 commented 1 year ago

I am not able to find an API facing option for the script to specifically delete subtitles associated with a movie/episode available with Emby/Jellyfin.

Any media file manipulation MUMC does is through the Emby/Jellyfin API. I will not implement any features to move, modify, or delete media items directly (aka outside of the Emby/Jellyfin API).

Unless someone else knows of a way to associate specific subtitle files to a media item; this will be closed as "not planned".