odysee-roku
odysee-roku copied to clipboard
Odysee on Roku
It would be handy to show the video title and channel when it's paused. Looks somewhat related to https://github.com/OdyseeTeam/odysee-roku/issues/9?
Search: gregoryconte Should return the channel and his videos: https://lighthouse.odysee.tv/search?s=%22gregoryconte%22&size=20&from=0&claimType=channel&sort_by=release_time&nsfw=false https://lighthouse.odysee.tv/search?s=gregoryconte&size=5&from=0&nsfw=false (checked each LH server, all there). Maybe some param's we're passing?
Per Bob, gets kicked out of livestreams randomly. Add logging to determine why it may crash
See slack for details Currently if you log out, you have to restart the app to properly log back in to see followed channels.
There's a new api that will show all the future scheduled claims (if any), and only return live status for channel claim ids you pass: https://api.odysee.live/livestream/subscribed?channel_claim_ids=745d1223c66aaaa810fd58241304ef54b28c95f2,c5b0b17838df2f6c31162f64d55f60f34ae8bfc6 We can optimize the...
Both API and SDK may go down or malfunction. If that happens, the app can't get in sync. It can be used, but no preferences can be set from the...
- [x] If not signed in, all api.odysee.com calls should be using the auth token. Verify that install_new works with this scenario - [x] on sign in, call user/me with...
Either pass 50 at a time, or pass all + paginate with release time order by + page. This should fix larger followed list + live issues
Similar to https://odysee.com/$/following/discover which would let you find new channels to follow. There's a list of channel ids on the homepage get api with the discover key. You'd also want...