nullket

Results 37 comments of nullket

Yes, the data is displayed (just without the dot). I just figured out that I can get the dot to be displayed when I hover over **other** panels which are...

I did some initial research. - Input stream adaptive "just" needs a `.mpd` file containing the info for the streams (plural in sense of audio + video + different qualities...

I got a very rough first PoC outside of sendtokodi working. - If possible find dash or hls manifests URLs in the `results` of `yt_dlp` - Simply insert this URL...

I just want to leave quick status update here: - I am able to create manifest files (not all things supported yet). - This works very good for certain websites...

If I understand correctly the sharing action in your app just prefixes this "shared with ..." string to the URL?. We could fix this with a regex in the `paramstring`...

You can try the following - add `import re` [here](https://github.com/firsttris/plugin.video.sendtokodi/blob/master/service.py#L9) - [**after** L103 ](https://github.com/firsttris/plugin.video.sendtokodi/blob/master/service.py#L103) add `url = re.sub(r'^.*?http', 'http', url)` Pleas report back how/if it works.

Yes you are correct. The issue is that the plugin gets a single string as an argument when it is called (by kodi due to the app sending something). The...

I did a quick test with a single video. Unless this was an exception, arte.tv seems to not provide a "single file for audio and video" anymore. The future of...

@laurentbacall **if you are on kodi matrix** can you please checkout this experimental feature: - Go to https://github.com/firsttris/plugin.video.sendtokodi/actions - Search for the newest `Support original manifest if available ` run...

> @nullket - great stuff - works like a charm - my wife is super happy to watch ARTE again. You rock. Thank you so much. You are welcome :)...