Ticket #118 (accepted enhancement)

Opened 22 months ago

Last modified 22 months ago

ability to show only photos/videos based on filesystem path

Reported by: fenio Owned by: sebastian
Priority: minor Milestone: 2.4
Component: explorer Version:
Keywords: folder, explorer Cc:

Description

Maybe I can't find such feature but would be nice to have possibility to show only photos/videos from some subdirectory.

I'm pretty used to upload new files/albums to new subdirectory and I can't find way to simply send some link of such subalbum to my friends.

Either please consider adding such feature or document it.

regards
fEnIo

Change History

Changed 22 months ago by sebastian

  • keywords folder, explorer added
  • owner set to sebastian
  • status changed from new to accepted
  • milestone set to 2.4

Unfortunately this feature is currently not supported by now. The media is (mainly) ordered by the creation date of the photo/video or could be selected by tags, categories, etc. A quick solution could be to tag all images of a folder with the same category.

However, a solution could be to add this functionality to the user section of explorer. E.g. /explorer/user/[username]/folder/[folder]/[subfolder...].

The user prefix is required to select the correct user and to set the correct upload folder. Further, is should be discussed if only the upload directory should be visible or also additional external directories (see ReadLocalFiles).

Further by CakePHP convention, named parameters are defined by a column ':' like "name:value". If a path has as column ':' this feature would not work.

Changed 22 months ago by sebastian

Initial commit on r591

Changed 22 months ago by sebastian

In r601 the folder link is shown in the Detail tab in the image view.

Changed 22 months ago by sebastian

r604 escapes folder parameter which does not break url parameters and allows pagination for folders.

Note: See TracTickets for help on using tickets.