sreichholf / dreamDroid

DreamDroid is an open-source enigma2 client for android based devices.
https://dreamdroid.org
GNU General Public License v3.0
108 stars 43 forks source link

Improve movie location management #72

Open cowst opened 8 years ago

cowst commented 8 years ago

Glancing at the code, I think movies locations are fetched only when creating/changing profile. In my case, I added folders since I created my single default account, but I cannot see/reach them now.

Full management of the folder list might be an overkill. Refetching the list every time could be ok, but a problem, independent from this, is how to contain cases with a lot of folders (scrolling? pagination?).

For something easy I might try to implement something myself and send a pull request (but no promise :) ).

cowst commented 8 years ago

Apparently, the server just returns 5 entries, I tried also from the browser :/

http://myIp/web/getlocations

/hdd/movie/cartoons/ /hdd/movie/cartoons/Toy story/ /hdd/movie/series/Die fantastische Welt von Gumball/ /hdd/movie/storage/ /hdd/movie/toWatch/

Do you know if there is a setting somewhere in the receiver or it might be some kind of bug (perhaps related to encoding)?

cowst commented 8 years ago

found out how it works: http://www.vuplus-support.org/wbb3/index.php?page=Thread&postID=1145648

in the meanwhile I wrote an extra menu entry to refresh the folders manually (it doesn't work around the issue above, just forces refresh from the movies page itself). if you think it might be useful, i can make a pull request.