-
Notifications
You must be signed in to change notification settings - Fork 492
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please help get move to archive working #260
base: master
Are you sure you want to change the base?
Conversation
I send here some files. 1. Make in webserver root "archive" folder. 2. Put my files in your webserver root. 3. Please help get working move marked videoas into media->archive. 4. Sorry i do not know how program PHP. Houpe you can help.
|
Whatever i try i get always
but i have that archive folder in webroot! |
Hello, are you still interested in getting this feature working? I have a similar desire to automatically "archive" files that are older than a specified number of days. I would like to have a scheduled task to move these files to an "archive" directory, which will really be a remote file system, to save space on my Pi filesystem. I would also like to allow the browsing of these files, using the
So far, these are the primary features I have in mind, but I don't see this really being too difficult to implement in a week or two. PHP is no longer my primary language, but I am sure I can get familiar with it again to implement this feature. Any thoughts? |
You might want to consider extending the purge facility in the scheduler so that it has an option to move to archive rather than delete them. This would mean the purge settings would be applicable for archival purposes. E.g. have a scheduler setting for archive root and if active then use that. If you archive the thumbnails as well as the actual media files then that may make it easier and faster to allow preview.php to display these, as the it would mean just having a selector for the root of preview. |
@roberttidey - Thanks for the excellent feedback! I think adding the archive feature to the existing purge functionality makes a lot of sense. I am going to open a new ticket to track this new feature and capture the ideas better. |
I send here some files.