mirror of
https://github.com/Lambada10/SongSync.git
synced 2026-04-26 23:25:49 +03:00
[GH-ISSUE #81] An option to display the path where the song is located, next to each song on the song list #58
Labels
No labels
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SongSync#58
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @u12bdragon on GitHub (Aug 19, 2024).
Original GitHub issue: https://github.com/Lambada10/SongSync/issues/81
Is your feature request related to a problem? Please describe.
I have some songs that are on both my internal storage and SD card. This causes them to show up twice in the app, and there's no differentiation as to which is which.
Describe the solution you'd like
A condensed representation of the file location, shown in the blank space next to the artist name, on each duplicate song entry (eg when the app detects the song in multiple locations). Such as: "SD Card/.../folder/filename" or "Internal Storage/.../folder/filename" You could make this even more compact by replacing the "SD Card" or "Internal Storage" parts of the path with corresponding icons: an outline of a phone or and outline of an SD card.
Describe alternatives you've considered
I currently have to guess. And maybe the .lrc gets saved to the wrong location.