A +1 for this.
I use Miro to synch to Rockbox and like to delete them on the fly.
Synching either into a subdirectory with the same name as the feed, or duplicating the pseudo-folder structure you can create on the sidebar would make managing things a lot easier (at least for me)
Transparence Code
Currently, when I drag&drop files to my android device, they all end up in the same folder (which can be configured). I would rather them to be organized in a folder hierarchy corresponding to the feed names.
Example:
Currently, both DesktopComputer/Miro/feed1/video1 and DesktopComputer/Miro/feed2/video2 will end up in androidDevice/Miro. I would like them to be in androidDevice/Miro/feed1 and androidDevice/Miro/feed2.
In the source file lib/devices.py, around line 881, there is a method called adding something like:
just before can do the trick.
Thank you.
Transparence Code
3 people like this idea