audacious-media-player / audacious

A lightweight and versatile audio player
https://audacious-media-player.org
Other
842 stars 112 forks source link

Ability to copy filepath in Song Info dialogue #1335

Closed Audacious-Bot closed 5 months ago

Audacious-Bot commented 5 months ago

Author Name: Daniel Bedrenko Original Redmine Issue: https://redmine.audacious-media-player.org/issues/1195 Original Date: 2022-10-06


Hello, thank you for this great media player! A constant pet peeve of mine is that the the "Copy" action on the filepath of a song copies it as an escaped URI instead of simply copying the filepath as it is shown.

https://i.imgur.com/hINknBZ.png

So instead of it copying to clipboard:

~/Music/chiptune/keygenmusic/KEYGENMUSiC MusicPack/TFT/TFT - Feeding Frenzy 2 crk.xm

it copies:

file:///home/danb/Music/chiptune/keygenmusic/KEYGENMUSiC%20MusicPack/TFT/TFT%20-%20Feeding%20Frenzy%202%20crk.xm

Which cannot be used with any basic shell commands or file managers. It's even worse with non-latin characters!

If someone does indeed have a want for the URI, we could support both ways by making the filepath selectable text widget, i.e. you can highlight the filepath with the cursor and copy it.

Audacious-Bot commented 5 months ago

Original Redmine Comment Author Name: Thomas Lange Original Date: 2022-10-07T21:05:47Z


This has already been reported as #1174. The next release will contain the fix.