-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[improvement-suggestion] choose resolution manually #33
Comments
i think those are very good suggestions, we can consider implementing them. due to my private situation i currently do not have time to imlement it. but, pull requests are always welcome p.s. source-code is very small. best regards |
Thank you for the offer. but i'm not able to do this. I don't even know python. |
Yes, please, add resolution selection. |
I added some support for resolution selection in the iOS client last year or so, with necessary support added in the plug-in. You should be able to hook into that. Only a max resolution cap though. Personally I used iOS shortcuts to send URLs to different devices, with custom max resolution. And the iOS app for older iOS devices. Problem is, the plug-in expects improperly formatted URLs, and as a result Kodi seems to interfere with |
Thank you - but i'm using android ...
Am Do., 18. Nov. 2021 um 20:58 Uhr schrieb anohren ***@***.***
…:
I added some support for resolution selection in the iOS client last year
or so, with necessary support added in the plug-in. You should be able to
hook into that.
Personally I used iOS shortcuts to send URLs to different devices, with
custom max resolution. And the iOS app for older iOS devices.
Problem is, the plug-in expects improperly formatted URLs, and as a result
Kodi seems to interfere with / characters. Until it does it's not likely
possible to support arbitrary format arguments with the remote clients.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#33 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADQ6C52NSKATOEDWKEBQTJLUMVLHHANCNFSM44VYZV5Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
--
Andreas Merkle
Danziger Str. 3/1, D-71711 Steinheim
Tel. 0049 7144 8879643
Fax. 0049 7144 8879648
|
Well, I'm assuming you're sending network requests somehow. Reach out to the app author? |
When sendtokodi starts it calls youtube-dl to download the video with "-f best" (best format), right ?
Since youtube-dl does not work reliable here (for example on welt.de it always loads the worst quality - and there are more examples like this):
It would be nice, if we could choose the format manually!
It could look like these:
(for example on welt.de the best quality is always the first format!)
What do you think? Will you add these feature ?
The text was updated successfully, but these errors were encountered: