![]() |
|
[RELEASE] TVRage-Eps (Script) TV Show Episode Notifier and Browser Addon - 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: Program Add-ons (/forumdisplay.php?fid=151) +---- Thread: [RELEASE] TVRage-Eps (Script) TV Show Episode Notifier and Browser Addon (/showthread.php?tid=82174) |
- ruuk - 2010-10-01 21:40 Well my first that wasn't a plugin. I wrote a flickr image plugin before this. I also wrote a script once years ago when XBMC was just on the XBox, but a lot has changed since then and I forgot most of what I did anyway. I've done lot's of programming with python though.
- Dobyken - 2010-10-01 23:17 ruuk Wrote:tvrage.com feed interface It looks like a great start to your Sickbeard Addon!
Episode Summaries - ruuk - 2010-10-02 21:46 Episode summaries in the next version, as per request
- Dobyken - 2010-10-03 05:44 ruuk Wrote:Episode summaries in the next version, as per request How about a button on the main screen that says "Add Series"? - daledude - 2010-10-03 10:07 Great script. Very useful. Would be nice if it auto updated in the background. - daledude - 2010-10-03 10:08 Request to sort episodes in reverse order. Now it orders the episodes from oldest to newest. - ruuk - 2010-10-03 20:07 Quote:daledude: Request to sort episodes in reverse order. Now it orders the episodes from oldest to newest. Just to be clear currently it sorts from closest date at the top to furthest date at bottom and focuses first on the top show. Do you want just to sort from furthest at top to closest at bottom or to totally reverse the 'orientation' and also have it focus on the bottom show by default? Quote:daledude: Great script. Very useful. Would be nice if it auto updated in the background. I think so too. Maybe I'll get around to it. Personally I'd like it to start something like a service in the background when XBMC starts and update the data at intervals. That will probably take more coding time than the script did. One easier thing I could do is make it update in a separate thread when you start it so you can view and browse right away. I'm not sure which you meant but anyway it's on my mind to do.Quote:Dobyken: How about a button on the main screen that says "Add Series"? I was trying to keep the interface clean and keep navigation simple. If I may ask, why do you want one? It occurs to me that someone using a mouse might like one. Episode Summaries - ruuk - 2010-10-03 20:18 I put episodes summaries in v0.9.1 but realized it was missing a file after I submitted it. I submitted v0.9.2 with the file, but summaries won't show up when you click an episode until v0.9.2 posts and you upgrade. Just a heads up to anyone. - Dobyken - 2010-10-03 21:09 ruuk Wrote:I was trying to keep the interface clean and keep navigation simple. If I may ask, why do you want one? It occurs to me that someone using a mouse might like one. From a new user prospective...I got to the main screen and it took a while to realize that I had to press C on my keyboard to get the context menu. I usually use the right mouse button but on your screen it made the script close. I use both a MCE remote and a wireless keyboard with built in mouse. - ruuk - 2010-10-03 21:26 Dobyken Wrote:From a new user prospective...I got to the main screen and it took a while to realize that I had to press C on my keyboard to get the context menu. I usually use the right mouse button but on your screen it made the script close. I use both a MCE remote and a wireless keyboard with built in mouse. I just tried with a mouse and it seems that when you right click on the list it brings up the context menu, but if click anywhere else on the window or off the window it closes. I think I will try to make it so that the context menu will open as normal when clicking on the list with the mouse, show only the 'Search/Add' option when you click off the list on the window, and add an 'Add Show' button at the top. Thanks for pointing that out
|