![]() |
|
[RELEASE] Justin.tv (Video) Plugin - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27) +---- Forum: Video Add-ons (/forumdisplay.php?fid=154) +---- Thread: [RELEASE] Justin.tv (Video) Plugin (/showthread.php?tid=51981) Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 |
- rogerzees - 2011-09-17 17:06 Hi,Divingmule nice addon Did give me a error when adding do you have 1 path 2 much ?. E:\plugin.video.jtv.archives\plugin.video.jtv.archives\plugin.video.jtv.archives Unzipped manually and works well,but it seems to load all the channels when via web only loads 32 channels at a time,ex when choosing entertaiment its loads over 1000 channels its like dossing jtv if 3000 users uses this great addon. - divingmule - 2011-09-17 17:29 rogerzees Wrote:Hi,Divingmule nice addon I see, thanks will fix it. Quote:Unzipped manually and works well,but it seems to load all the channels It's a regular api call, I guess they would have a limit if it was a problem. Maybe we should use the smaller thumbnail though
- divingmule - 2011-09-17 17:33 MaxMustermann Wrote:how can I pass the token in an xbmc strm file? jtv="..."? I have problems with the whitespaces. Do I also have to escape the quotation marks? I've tried everything I can think of but can not get it to work. I'm up for suggestions myself. - MaxMustermann - 2011-09-17 17:40 divingmule Wrote:I've tried everything I can think of but can not get it to work. I'm up for suggestions myself. That's the only part missing. I have already integrated the rest into SportsDevil. - rogerzees - 2011-09-17 18:19 I Dont know if this is any help..... "I have further tested it. escape character in windows cmd shell is caret (^) but it didn't solved the problem. however using the backslash as escape character (same as in linux) it passes the correct value of token. so we just need to replace " with \" in token value to get it working." http://stream-recorder.com/forum/rtmpdump-problem-downloading-justin-tv-t9611.html or http://www.usingxml.com/Basics/XmlSpace * - MaxMustermann - 2011-09-17 18:21 This is working for rtmpdump but not for xbmc, unfortunately. - tdhz77 - 2011-09-18 23:46 Thank you for the J.TV Archives plugin! One question, how are the archives organized? Is there a way to organize by Alphabetically, or by bitrate? Thanks again! bookmart - joseohara - 2011-09-19 03:52 the booc\kmart doesn't work....is possible to add favorite option? - toine512 - 2011-09-22 16:24 Hey ! I forgot to avert you that I was working on a GUI for rtmpdump & Jtv ! You can only view streams informations for now but it can be useful ![]() GIT here : https://github.com/toine512/jtv-downloader last Windows build here : https://github.com/downloads/toine512/jtv-downloader/Jtv_downloader-pre2.7z I'll finish the work in next months ... - divingmule - 2011-09-22 16:27 I've made some improvements to the archive add-on. Added subcategories and smaller thumbnails to ease the loading of large directories. You can now add favorites to the add-on itself via context menu (c key). Once you add a favorite, the "Favorites" item will show in the main menu. Download zip - http://divingmules-repo.googlecode.com/files/plugin.video.jtv.archives.0.1.zip edit: I also added a sort by name / default sort methods. |