nova-video-player / aos-AVP

NOVA opeN sOurce Video plAyer: main repository to build them all
Apache License 2.0
3.53k stars 201 forks source link

[FEAT]: feature to allow 3rd party player to be used for specific video, instead of prompting 3rd player selection for all videos after having the option selected #1230

Open okey2k opened 5 months ago

okey2k commented 5 months ago

Description

Sometime, we know a specific video cannot play well with Nova, need to use another player instead. At this moment we need to select 3rd party player in Nova settings, and then switch back to unselected to avoid the Nova prompt player selection for each videos, which is not nice.

I am thinking whether it's possible to have a button on video desc page to allow user select 3rd party player to play current video instead of prompting player selection for all videos.

Additional information

No response

Pentaphon commented 5 months ago

Which 3rd party player do you use? If you're thinking about Just Player or another media3-based player, we may someday get https://github.com/androidx/media added to Nova so you won't have to use Just Player.

Nova v7 might get it according to https://github.com/nova-video-player/aos-AVP/issues/401

Either way, it might be useful to have certain videos use the non-default player when both ffmpeg and media3 are in Nova.

okey2k commented 4 months ago

Which 3rd party player do you use? If you're thinking about Just Player or another media3-based player, we may someday get https://github.com/androidx/media added to Nova so you won't have to use Just Player.

Nova v7 might get it according to #401

Either way, it might be useful to have certain videos use the non-default player when both ffmpeg and media3 are in Nova.

Sorry for the confusion.

Actually, what I mean is NOT about a specific player(in my case: KODI), but suggesting to have a way to trigger a 3rd-party player to just play current video for one time ONLY, instead of setting Nova to prompt player selection every time using the existed option in the settings.

Hope I make myself clearer this time.

Salute to Nova developers!