DroidFS icon indicating copy to clipboard operation
DroidFS copied to clipboard

Video player enhancements

Open CodeCubeNeo opened this issue 3 years ago • 8 comments
trafficstars

Hello! First i want to thank you for this awesome app, that I and many other people use every day. It is a true pleasure. I would like to recommend some enhancements for the built-in video player, that wold remove the need for playing with an outside video player (like vlc). here are the enhancements in (my!) order of importance (first is most important):

  • select/deselect/none audio tracks
  • audio (and brightness) controls with swiping gestures (right half of the screen, up and down for lower/higher volume and the left half for lower/higher brightness)
  • subtitles (select file from the encrypted volume) If those were added it would be really awesome!!! Thank you for your awesome work!

CodeCubeNeo avatar Feb 23 '22 20:02 CodeCubeNeo

I see that this is all dependent on the exo player so i will also post that there.

CodeCubeNeo avatar Feb 23 '22 20:02 CodeCubeNeo

One another option is to also use a different video player altogether since ExoPlayer hasn't received any updates since November 2021 (and its from google). The best option would probably be a fork of ExoPlayer that is still meinatined (https://github.com/moneytoo/Player). Some other options I recommend are mpv for android (missing the no auto rotate feature), vlc for android (though tough to extract the actual video player) and I also found some weird ones like nova-player, QtAV...

CodeCubeNeo avatar Feb 23 '22 20:02 CodeCubeNeo

It would be good features, but if I implement gestures I'll make them optional because we can use them by error.

I choose to use ExoPlayer because it allows to play in-memory media (required in the case of DroidFS). The fork you mentioned doesn't actually seem to be a fork of ExoPlayer but an app that uses it. MPV could be a good alternative but since it's not a library, it would require to extract & adapt the relevant parts to work in DroidFS. I don't think the work is worth it at this point.

hardcore-sushi avatar Feb 26 '22 10:02 hardcore-sushi

Hello! I get your point, but If you could please just make gestures (optional as you said) and add an option to disable audio playing (not a mute button, but to actually disable output audio) that would be great and very well appreaciated.

CodeCubeNeo avatar Feb 27 '22 16:02 CodeCubeNeo

Hello! I see that you have upgraded your media player and added some enhancements (thanks). But I am still really missing the gestures for brightness and volume and an option to disable the audio track (set audio track to none, not a 0% volume button). I would just really like to know, if those two things are being planned for someday and if so when?

CodeCubeNeo avatar Mar 28 '22 06:03 CodeCubeNeo

Yes, these features might be added in the future, but it's not the main priority for now, as they are extra features in the video player feature. I prefer to spend my time on the features that people generally expect from an encrypted volume app like stability, security, usability... But of course pull requests are welcome.

Also, why wouldn't a 0% volume button do the trick?

hardcore-sushi avatar Mar 28 '22 16:03 hardcore-sushi

I get it, thanks for the quick response. The 0% volume would't work, because i have a music player in the backgroud (which does not require audio focus), so when i want to watch a video without sound and want to listen to music at the same time I can't do that.

CodeCubeNeo avatar Mar 28 '22 20:03 CodeCubeNeo

Yes Android is awesome.

hardcore-sushi avatar Mar 29 '22 10:03 hardcore-sushi