Re: Help, trying to add Vimu file support to Jellyfin app

97 views
Skip to first unread message

Alexander

unread,
May 13, 2022, 9:21:51 AM5/13/22
to gtv...@googlegroups.com
I believe it should work. Did you also try to call just with path without scheme?

13 мая 2022 г., в 16:02, Andy Walsh <andy.w...@gmail.com> написал(а):


Hi i try to add direct Vimu support into the jellyfin app, but file:// seems to not work?
I'm also not sure what extra intent options Vimu supports, like "title", playback position?

Any help to call Vimu as external player for videos via local files?

I'm going by this example:

Intent external = new Intent(Intent.ACTION_VIEW);
Uri uri = Uri.parse("file://" + path);
external.setPackage("net.gtvbox.videoplayer");
external.setDataAndTypeAndNormalize(uri, "video/*");
// what does Vimu support?
external.putExtra("title", item.getName());
external.putExtra("position", mPosition);

startActivityForResult(external, 1);

--
You received this message because you are subscribed to the Google Groups "Vimu Media Player for TV Support Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gtvbox+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gtvbox/f0f0ea71-7be6-4fdd-a4cf-95ec88679fb8n%40googlegroups.com.
Message has been deleted
Message has been deleted

Alexander Kolychev

unread,
May 17, 2022, 8:22:03 AM5/17/22
to gtv...@googlegroups.com
I see that some messages were just marked by google groups as "possibly spam" and should be approved manually.

13 мая 2022 г., в 22:55, Andy Walsh <andy.w...@gmail.com> написал(а):

Why do my messaged keep getting "deleted" ?

Alexander Kolychev

unread,
May 17, 2022, 8:22:45 AM5/17/22
to gtv...@googlegroups.com
What crash do you have with Content provider api?

13 мая 2022 г., в 22:55, Andy Walsh <andy.w...@gmail.com> написал(а):

Yes, without "File://" i cant select vimu as target, only "Content://" works and "Http://" and i get a crash on "Content://" and "File://".

On Friday, May 13, 2022 at 3:21:51 PM UTC+2 TMC wrote:
Reply all
Reply to author
Forward
0 new messages