dhanushkt / dragon-db

Private media server configurations
0 stars 0 forks source link

[scripts] Add an option to change the media file modified date #8

Closed dhanushkt closed 8 months ago

dhanushkt commented 9 months ago

SABNzdb has the different modified date when a media file is being imported using Radarr use a script file which will take the mkv file name and will change the modified date of the filename

Important commands

stat media.mkv

touch -t 202401081701.35 media.mkv

date +'%Y%m%d%H%M.%S'

dhanushkt commented 9 months ago

An internal setting inside SABNzbd will fix this issue temporarily (ignoring rar extract date), hence implementation of this is not a priority.

dhanushkt commented 8 months ago

Closing this issue as this is not required to be performed externally.