Skip to content
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

[Enhancement] Display Full Paths #614

Open
inferenceus opened this issue Feb 27, 2025 · 2 comments
Open

[Enhancement] Display Full Paths #614

inferenceus opened this issue Feb 27, 2025 · 2 comments
Labels
enhancement New feature or request

Comments

@inferenceus
Copy link

Is your feature request related to a problem? Please describe.
Currently, only directory names are shown in the UI. This is an issue when multiple directories with identical names exist across the filesystem.

For example, the following filesystem layout would result in multiple album directories in Gallery, causing confusion:

/backup/document/album/
/backup/image/album/
/backup/video/album/
/document/album/
/image/album/
/video/album/

Describe the solution you'd like
An option to display full paths of directories. This option can be either enabled or disabled by default.

Describe alternatives you've considered
N/A.

Additional context
N/A.

@inferenceus inferenceus added the enhancement New feature or request label Feb 27, 2025
@IacobIonut01
Copy link
Owner

??? The full path is already available for each media in the media info.

@inferenceus
Copy link
Author

inferenceus commented Feb 27, 2025

??? The full path is already available for each media in the media info.

@IacobIonut01 I am not talking about within media info, I am talking about the actual album names in the album view of the app. The albums do not differentiate between themselves, leading to n amount of albums having the same name, unless you explicitly change them in your filesystem.

This would be avoided if showing the full path was a feature in the albums view of the app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants