Closed (outdated)
Project:
Media Browser Plus
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
13 Feb 2013 at 10:40 UTC
Updated:
14 Oct 2018 at 17:15 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
relaxnow commentedAdded patch to make this possible.
Comment #2
das-peter commentedThis looks very project specific and thus more like something that should be done outside the code e.g. via a cronjob and drush:
drush -vset media_root_folder `date +%Y`/`date +%m`/`date +%d`Further this adjustment would raise a lot of questions e.g. how to access the "old" media root, what happens to subfolders, is a garbage collector necessary and so on. Again this sounds very project / solution specific - thus I don't think it should be part of the MBP code base. (The only thing I could imagine is a dedicated function to get the path to the root folder that fires an alter hook)
Comment #3
salvis