burekas7

Results 138 comments of burekas7

Same here. The problem is here: library/src/main/java/com/daimajia/slider/library/SliderTypes/BaseSliderView.java Line 210 Picasso doesn't have anymore .with method "Picasso.with(mContext)" It should be like this instead (without using context param) : "Picasso.get()" Someone can...

Same here. The problem is here: library/src/main/java/com/daimajia/slider/library/SliderTypes/BaseSliderView.java Line 210 Picasso doesn't have anymore .with method "Picasso.with(mContext)" It should be like this instead (without using context param) : "Picasso.get()" Someone can...

You should press on the xml path from the error log, and edit the attr name to another name such as "custom_visibilty", save and rebuild.

Thanks. @antonsoroko But I had a lot of cases that searching for a specific episode still returns a season reasults which contains the specific episode in additoin to others episode...

Understood. So instead of: ``` "tv_keywords": "{title} s{season:2}e{episode:2}", "tv_keywords2": null, ``` I changed it to and it seems to be better now: ``` "tv_keywords": "{title} s{season:2}e{episode:2}", "tv_keywords2": "{title} s{season:2}", ```...

So I summarize this issue with another idea, a little fix. But before my change, just to be sure: It make search also for "tv_keywords" & "tv_keywords2" or only for...

@antonsoroko > just a reminder - you would also need to change queries for anime and movies since you changed base_url and now they will not work w/o extra /N/....

@kovacicjanez This is my configuration for now, you can use it: Copy and replace. (If I will change it in the future I will update here) ``` "1337x": { "anime_extra":...

Hi @elgatito , I have found this old request. Is it possible to implement that? It would be helpful especially when we want to test a specific provider, so uncheck/check...