nilsbraden / ttrss-reader-fork

An Android-Client for the self-hosted Tiny Tiny RSS feedreader
https://www.nilsbraden.de/TTRSS-Reader/
151 stars 40 forks source link

Tumblr videos not playable #338

Closed Lentzeris closed 3 years ago

Lentzeris commented 7 years ago

GIFs from tumblr posts play automatically, but videos, which should have a play button in order to start on demand, are displayed as static pictures only with no ability to start playback.

Lentzeris commented 6 years ago

@nilsbraden The problem is the same as with the browser version of TTRSS. It is solved by using the included plugin "af_zz_vidmute", but altering the script. In the part that says "setAttribute("muted", true)", if you change it to "setAttribute("controls", true)", the playback buttons become visible and the problem is solved.

I wonder if something similar can be done in the application...

nilsbraden commented 6 years ago

Does that mean we would have to add tumblr specific parsing and editing of feed content in the app? Shouldn't this be done server side or submitted to tumblr as a bug?