• 1
  • 3
  • 4
  • 5(current)
  • 6
  • 7
[RELEASE] Reddit.com
#61
Hello, love this addon...not sure why I hadn't tried it sooner. Could you add support for multihubs e.g. https://www.reddit.com/user/sallyyy19/m/video ?
Reply
#62
(2015-12-30, 08:19)leetwanker Wrote: I installed this hoping I could use it to grab pictures for my Plugin Slideshow screensaver. Is there any plans on making this possible or is there another plugin that can do it?

Thanks

PS. Very cool addon for what it does!


I think there's reddit picture addon already - i don't know what shape it is thought. No plans to support still images within this addon..
rasjani's addon repo - home of reddit_tv, sciflix, moontv and few other addons.
Reply
#63
(2016-02-11, 14:19)UKVaper Wrote: Hello, love this addon...not sure why I hadn't tried it sooner. Could you add support for multihubs e.g. https://www.reddit.com/user/sallyyy19/m/video ?

One of the bigger plans for reddit addon from my side is "complete" rewrite on top of praw (Python Reddit Api Wrapper) so that i can get videos from private subs. Private multi-subs definitely will require that so its definitely not coming any time soon.

Public multi-subs should be way easier and faster to implement - under consideration.
rasjani's addon repo - home of reddit_tv, sciflix, moontv and few other addons.
Reply
#64
Looking to use this for /r/MLBStreams, doesn't seem to work though - any chance of this happening?
Reply
#65
(2016-03-18, 20:12)yetiboy Wrote: Looking to use this for /r/MLBStreams, doesn't seem to work though - any chance of this happening?

Nope.
rasjani's addon repo - home of reddit_tv, sciflix, moontv and few other addons.
Reply
#66
Took me long to find this, worth every bit. Thanks for the addon.
Reply
#67
Hello,

Special thanks to AddonscriptorDE and rasjani for this addon.
I used this addon to learn python and kodi programming. I've made a fork on github and added a few other features:
- you can add multihubs or subreddit+subreddit+subreddit (e.g;musc+listentothis )
- add support for more domains ( Imgur, redd.it, vine and streamable.com )
- add show comments on context menu and play videos posted in comments.
- show description as movie plot


https://github.com/gedisony/plugin.video.reddit_tv
Reply
#68
(2016-05-29, 02:18)d0rax Wrote: Hello,

Special thanks to AddonscriptorDE and rasjani for this addon.
I used this addon to learn python and kodi programming. I've made a fork on github and added a few other features:
- you can add multihubs or subreddit+subreddit+subreddit (e.g;musc+listentothis )
- add support for more domains ( Imgur, redd.it, vine and streamable.com )
- add show comments on context menu and play videos posted in comments.
- show description as movie plot


https://github.com/gedisony/plugin.video.reddit_tv

Really nice fork ! A great addition will be the possibility to add support for the youtube-dl addon to play video link in comment from domains that arent supported natively.
Reply
#69
This is interesting, I did not know that youtube-dl can already handle other streaming sites. I'll test and see what can be done...
Reply
#70
Just tried version 2.6 of your fork, it s just awesome Smile
Reply
#71
Hello, d0rax here, couldn't login to my old account.

I put in version 2.6.2 on my fork.
I have set youtube_dl handle media from some sites.
This will probably be the last update unless critical bugs are found.
Reply
#72
Hi dorax I got a problem with you fork the categories (hot today, hot month etc) only work the first time. After that I got this error :
Code:
16:18:06 T:140255383037696   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <class 'urllib2.HTTPError'>
                                            Error Contents: HTTP Error 503: Service Unavailable
                                            Traceback (most recent call last):
                                              File "/home/mac/.kodi/addons/plugin.video.reddit_tv/default.py", line 2371, in <module>
                                                plugin_modes[mode](url,name,typez)
                                              File "/home/mac/.kodi/addons/plugin.video.reddit_tv/default.py", line 1025, in listVideos
                                                content = opener.open(url).read()
                                              File "/usr/lib/python2.7/urllib2.py", line 437, in open
                                                response = meth(req, response)
                                              File "/usr/lib/python2.7/urllib2.py", line 550, in http_response
                                                'http', request, response, code, msg, hdrs)
                                              File "/usr/lib/python2.7/urllib2.py", line 475, in error
                                                return self._call_chain(*args)
                                              File "/usr/lib/python2.7/urllib2.py", line 409, in _call_chain
                                                result = func(*args)
                                              File "/usr/lib/python2.7/urllib2.py", line 558, in http_error_default
                                                raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
                                            HTTPError: HTTP Error 503: Service Unavailable
                                            -->End of Python script error report<--
Reply
#73
Hello mac1202,

I'm going to remove the categories portion. The way it constructs the reddit query is unworkable for changes I'm doing.

To remedy your current issue, You need to :Settings->Autoplay->bypass categories list and go directly to subreddit (set to checked)
Reply
#74
Ok thank you. Is there any other way to sort the subreddit, for example to display the top of the day, of the month etc... ?
Reply
#75
Not by top of the day, week, month or year.

You can create a subreddit on the first page like:
"videos/new"
"gifs+aww/new"
Reply
  • 1
  • 3
  • 4
  • 5(current)
  • 6
  • 7

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