Hello,
I was wondering if there was any information for possibly having more custom arguments for playercorefactory.
I'm using it in Android, but I can see it being useful on any other OS.
In my case, I want to change how the path is sent to an external player. I'm no Android expert, so using different Windows logic I'd want
<path>/videoplayer - //192.168.xxx.xxx/Videos/Movies/1/1.mkv
to look like
<path>/videoplayer - /mnt/cifs/Videos/Movies/1/1.mkv
Is this possible?
I was wondering if there was any information for possibly having more custom arguments for playercorefactory.
I'm using it in Android, but I can see it being useful on any other OS.
In my case, I want to change how the path is sent to an external player. I'm no Android expert, so using different Windows logic I'd want
<path>/videoplayer - //192.168.xxx.xxx/Videos/Movies/1/1.mkv
to look like
<path>/videoplayer - /mnt/cifs/Videos/Movies/1/1.mkv
Is this possible?