Zibbp / ganymede

Twitch VOD and Live Stream archiving platform. Includes a rendered and real-time chat for each archive.
https://github.com/Zibbp/ganymede
GNU General Public License v3.0
457 stars 24 forks source link

Delete VOD'S older then {TIME} #115

Closed Smallinger closed 1 year ago

Smallinger commented 1 year ago

Hey, i think a cool features would be that you can setup something to delete VOD's older then a specific time automatic. and do a optional statement like delete only vods that i have watched.

Zibbp commented 1 year ago

Hi, Ganymede's goal is to be an archival platform and I do not believe automatic deletion of videos after X requirement fits that goal. Deleting a video in Ganymede does not delete the files so that feature wouldn't work.

Implementing something your self wouldn't be too hard. API docs are available and expose the necessary information for you to script something yourself.

Zibbp commented 1 year ago

Got around to implementing a first iteration of this. Available in v1.2.12