pavkout / android-vlc-remote

Automatically exported from code.google.com/p/android-vlc-remote
GNU General Public License v3.0
0 stars 0 forks source link

Feature: dislay filename for videos #102

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Main screen display the current playlist item, and I guess for music file the 
related information, but for the videos, if we have a long path, we cannot 
easily see the filename and thus the video played.

So here's the request : can you display the filename of the video somewhere, 
like on the music artist/song if not present ?

Original issue reported on code.google.com by Alex131...@gmail.com on 11 Aug 2011 at 3:13

GoogleCodeExporter commented 8 years ago

Original comment by mr.bald...@gmail.com on 31 Dec 2011 at 9:47

GoogleCodeExporter commented 8 years ago
In the playlist window as well all you can see in portrait mode is something 
like
file:///Y%3A%5CMedia%5CVideos%5C(*right hand edge of screen*)
Part of the problem is the URL encoding - we don't REALLY need to see file:///, 
and urlencoded characters such as %3A and %5C. 

What would be *great* would be if the playlist (and the 'now playing' window) 
could display the filename, and then the path. There also seems to be 
sufficient space in the the list items in the playlist window for at least 2 
lines of text so putting the path (possibly in a smaller font) on the second 
line with the filename on the first line, possibly wrapping the path. (Along 
with  stripping out the file:/// and the urlencoded characters).

Original comment by 01satkins on 5 Feb 2012 at 11:55

GoogleCodeExporter commented 8 years ago
This is my biggest issue with this software. Can't tell which episode I'm 
watching. Great app though!

Original comment by EMurle...@gmail.com on 9 May 2012 at 5:16