• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting Transcoding Cleanup

     
    • 0 Vote(s) - 0 Average

    Transcoding Cleanup

    Understanding why live TV transcoding fills up my drive, even with delete on.
    Anlec
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2025 Jan
    Reputation: 0
    Country:United States
    #14
    Yesterday, 09:53 PM (This post was last modified: Yesterday, 10:25 PM by Anlec. Edited 2 times in total.)
    If someone is wondering how to to delete the .ts and .m3u8 file via cronjob:

    Code:
    */15 * * * * find /docker/jellyfin/library/cache/transcodes/ \( -name "*.ts" -or -name "*.m3u8" \) -type f -mmin +15 -delete # Removes .ts and .m3u8 files in the transcodes folder that are older then 15 mins

    NOTE: Make sure your file path is correct and your user has permission to delete files in the ../transcodes folder

    Also, if you are you running something like ErsatzTV, I would recommend rebooting it at least once a day. This will help in the event that a user's client disconnects improperly and ErsatzTV doesn't stop the transcoding process. Rebooting will kill the transcode action and the cronjob above will clean up the .ts and .m3u8 files.

    EDIT:
    Jellyfin normally deletes the files. This only seems necessary if the client doesn't disconnect gracefully.
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Transcoding Cleanup - by Lost_Ones - 2024-09-07, 05:21 PM
    RE: Transcoding Cleanup - by TheDreadPirate - 2024-09-07, 06:06 PM
    RE: Transcoding Cleanup - by Lost_Ones - 2024-09-09, 12:02 AM
    RE: Transcoding Cleanup - by TheDreadPirate - 2024-09-09, 12:52 AM
    RE: Transcoding Cleanup - by Lost_Ones - 2024-09-09, 10:42 AM
    RE: Transcoding Cleanup - by timminator - 2024-10-09, 01:00 PM
    RE: Transcoding Cleanup - by TheDreadPirate - 2024-10-09, 01:22 PM
    RE: Transcoding Cleanup - by timminator - 2024-10-09, 01:43 PM
    RE: Transcoding Cleanup - by TheDreadPirate - 2024-10-09, 01:59 PM
    RE: Transcoding Cleanup - by timminator - 2024-10-09, 02:04 PM
    RE: Transcoding Cleanup - by bobdit - 2025-07-19, 10:19 AM
    RE: Transcoding Cleanup - by MyBackHurts - 2025-09-08, 11:04 AM
    RE: Transcoding Cleanup - by toytown - 2025-09-08, 01:57 PM
    RE: Transcoding Cleanup - by Anlec - Yesterday, 09:53 PM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode