-
Notifications
You must be signed in to change notification settings - Fork 297
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
Adding a "Details" option to the library screen #506
Comments
Long values for title, artist, album etc. would continue on the next line? |
@kirbyfan64 i agree, we should really add this |
FWIW, I tried to see if I could do this myself, but I got a bit lost in the mix of queries and views and such... |
You can use MediaUtils#getSongByTypeId to retrieve song details that you need. |
* Add context menu for song/track details dialog This addresses #506 * Add GPL 3 boilerplate to files * Refactor track and disc number string for song details
The idea is simple: when you press and hold on a song, in the context menu, add an option labeled "Details". This would pop up a little message box detailing the file location, file type, data added, and maybe other useful information.
Rationale: I constantly have large amounts of songs in my library but forget where I put them. :O
The text was updated successfully, but these errors were encountered: