You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please describe the feature.
It would be helpful to be able to tune to specific streams or videos via ADB. Similar to issue #159.
For example, STube can handle urls like this:
adb shell am start -a android.intent.action.VIEW -n com.teamsmart.videomanager.tv/com.liskovsoft.smartyoutubetv2.tv.ui.main.SplashActivity -d "https://youtube.com/watch?v=dQw4w9WgXcQ"
This would require an intent-filter like the following:
The app has a method to deal with intent, technically any that arrives included if those you propose are added must pass by this, but I have tested it.
Technically is better to add a method that checks the URL in the front end as the URL may change and changing the front end of this app is much easier, as doesn't require pushing a play store update.
Thanks for sharing the proper explanation of how to test this it helps a lot, will add this in the future.
Please describe the feature.
It would be helpful to be able to tune to specific streams or videos via ADB. Similar to issue #159.
For example, STube can handle urls like this:
This would require an
intent-filter
like the following:As well as some kind of Intent Processor
The text was updated successfully, but these errors were encountered: