• 1
  • 2
  • 3
  • 4(current)
  • 5
  • 6
  • 13
[RELEASE] Reddit Viewer
#46
Quote:thanks I didn't see that option mentioned anywhere does top/month/ - all time works too?
being able to specify month, year, week or day doesn't work.

when you go to reddit and have something like say: https://www.reddit.com/r/DIY, it defaults to 'hot'
you can have:
https://www.reddit.com/r/DIY/new/
https://www.reddit.com/r/DIY/rising/
https://www.reddit.com/r/DIY/controversial/
https://www.reddit.com/r/DIY/top/
and reddit will provide a default for 'time' period.

if you want top by year, the query will look like this:
https://www.reddit.com/r/DIY/top/?sort=top&t=year
this will also work:
https://www.reddit.com/r/DIY?sort=top&t=year

reddit_tv have a lot of options because it queries reddit like this:
Quote:..www.reddit.com/r/DIY/search?q=site%3Ayoutube.com+or+site%3Avimeo.com+or+site%3Aliveleak.com+nsfw%3Ano&restrict_sr=on&sort=top&t=month

I got rid of it and opted for the simpler one
Reply
#47
mac1202,
I tested some more on android and found the part that caused the preview image issue. the fix is up on github.
what version kodi are you using?
Reply
#48
I m on current git master branch, the fix worked here too.
I still have the text of the top bar misaligned compared to your screenshot.
Reply
#49
hello all,

moving the script.reddit.reader thread to
http://forum.kodi.tv/showthread.php?tid=287355
Reply
#50
wow finally something that scrapes videosift... is there a way to customize what is scraped? thanks!
Reply
#51
Hello I am looking for a complete platform for an amateur media station. I already have 24/7 web-radio, but want to add videoblog content and some sort of RSS ticker for written news. Squeezing all of that into an app would be expensive so I thought maybe to switch from Icecast and use the Kodi platform with a scaled-down version of your Reddit app. Could that be a good idea?
Reply
#52
Hi,
great addon,

"play all", "play unwateched" etc doesnt work, is it only for me ?
the do work on the reddit addon

thanks
Reply
#53
i've never tested those feature since i started modifying the original reddit addon.

I'm working on a new version for reddit viewer. i will double check those feature.
Reply
#54
I think the play all/play unwatched feature works.
it might be a specific video that will not play and stops the entire playlist.

can you try it on other subreddits?
Reply
#55
(2016-12-12, 03:54)gedisony Wrote: I think the play all/play unwatched feature works.
it might be a specific video that will not play and stops the entire playlist.

can you try it on other subreddits?

i tried some of the built in queries, none worked.

here is my log : http://pastebin.com/Y44McWbA
Reply
#56
I put up a new version.
I removed the ability to pick which sites to show. instead, you pick whether to hide video,images,reddit or unknown sites.
custom ui for viewing comments is also removed. uses whatever the skin provides now
all unknown sites sent to youtube_dl addon to see if a video will play.

Hasamba, I could not find any issue on the logs you posted.
I double checked the autoplay feature on this version. It should work.
Reply
#57
(2016-12-16, 07:21)gedisony Wrote: Hasamba, I could not find any issue on the logs you posted.
I double checked the autoplay feature on this version. It should work.


thanks, it's working now
Reply
#58
Can't get neither (Viewer/Reader) to work. The error log:

Code:
17:03:05.433 T:4888   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.ValueError'>
                                            Error Contents: invalid literal for int() with base 10: ''
                                            Traceback (most recent call last):
                                              File "C:\Users\Jodanzuki\AppData\Roaming\Kodi\addons\plugin.video.reddit_viewer\default.py", line 119, in <module>
                                                ll_qualiy  = int(addon.getSetting("ll_qualiy"))
                                            ValueError: invalid literal for int() with base 10: ''
                                            -->End of Python script error report<--
17:03:05.497 T:12424   ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.reddit_viewer/
17:03:05.498 T:12424   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.reddit_viewer/) failed
17:03:17.405 T:5504   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.ImportError'>
                                            Error Contents: cannot import name getPlayCount
                                            Traceback (most recent call last):
                                              File "C:\Users\Jodanzuki\AppData\Roaming\Kodi\addons\script.reddit.reader\default.py", line 1542, in <module>
                                                from resources.lib.slideshow import autoSlideshow
                                              File "C:\Users\Jodanzuki\AppData\Roaming\Kodi\addons\script.reddit.reader\resources\lib\slideshow.py", line 11, in <module>
                                                from default import addon, log, translation, addon_path, addonID,SlideshowCacheFolder, reddit_request, getPlayCount
                                            ImportError: cannot import name getPlayCount
                                            -->End of Python script error report<--
Reply
#59
I put up a new version on github. they should work now.

Will take a while to get reddit.reader updated on official repo
Reply
#60
It works like magic, thanks!!
Reply
  • 1
  • 2
  • 3
  • 4(current)
  • 5
  • 6
  • 13

Logout Mark Read Team Forum Stats Members Help
[RELEASE] Reddit Viewer1