sfaxman Wrote:right click -> plugin settings
... right click is the 'white' button of the joystick or the 'title' button of the remote. Have you edited the xml file manually everytime you wanted the change the player
?sfaxman...
sfaxman
Skilled Python Coder Joined: Jul 2008 Reputation: 0 Location: Tunisia / Germany |
2008-07-15 22:10
Post: #31
sfaxman Wrote:right click -> plugin settings ... right click is the 'white' button of the joystick or the 'title' button of the remote. Have you edited the xml file manually everytime you wanted the change the player ?sfaxman... |
| find quote |
badticket
Junior Member Joined: May 2007 Reputation: 0 |
2008-07-15 22:41
Post: #32
Hi,
adult "contents" does not work for me... even when the plug configuration allows it... most interesting cause XBMC rarity...XBMC from 15.07. Greetz |
| find quote |
sfaxman
Skilled Python Coder Joined: Jul 2008 Reputation: 0 Location: Tunisia / Germany |
2008-07-15 22:42
Post: #33
Maybe it will be good to provide PLAYER_CORE_AUTO in the plugin settings. Then we will have:
- PLAYER_CORE_AUTO - PLAYER_CORE_DVDPLAYER - PLAYER_CORE_MPLAYER PLAYER_CORE_PAPLAYER and PLAYER_CORE_MODPLAYER are not yet mature i think (correct me if i am wrong :sniffle .sfaxman... |
| find quote |
Horscht
Member Posts: 91 Joined: Jan 2006 Reputation: 2 |
2008-07-16 02:14
Post: #34
Hey, nice sfaxman. Sounds like a realy awesome script!
unfortunatelly, I am not able to run it. I only get an error "Error running VideoMonkey. Reason: list index out of range" I tried with my "old" june 16th build of XBMC. It go that error and updated assuming there were some changes to the python engine. Still, with july 15th build I get the same error. I am running the "current" version of your script, dated july 15th as well. |
| find quote |
Horscht
Member Posts: 91 Joined: Jan 2006 Reputation: 2 |
2008-07-16 10:44
Post: #35
Nevermind, realy. I tried running it as a script, i just realized it's a plugin.
|
| find quote |
sfaxman
Skilled Python Coder Joined: Jul 2008 Reputation: 0 Location: Tunisia / Germany |
2008-07-16 19:48
Post: #36
I tested the plugin under windows and no mms stream could be played
![]() Everything else seems to work. The idea of funkytown has been merged and a couple of pages fixed ![]() Bye, sfaxman... |
| find quote |
funkytown
Member Posts: 67 Joined: Jul 2008 Reputation: 0 |
2008-07-16 21:58
Post: #37
Hey everyone!
Danke für die neue version, sfaxman! I have yet another idea for improvement. ZDF-Mediathek on XBMC is great. There is one annoying thing though: When i want to watch the newest episode of a specific show, its hard to find out which item is the most recent, because right now the videos are not sorted by date. So why not use the power of XBMC by specifing a video-date. This is possible via the listitem.setInfo command: Code: listitem.setInfo("video", {"Title":titlevariable, "Date": datevariable})Now the videos can be sorted by date. I dont know exactly what date format is expected (a documentation about the plugin api is still missing). From a quick look at the code of Apple Movie Trailer Plugin, its probably YEAR-MONTH-DAY format. The date for the ZDF video can be extracted with regex from the json "assetUrl" tag which is e.g. ....zdf.de/zdf/veryhigh/080714_leinhos_hjo.asx The date of this video is 2008-07-14. As i am neither good at regex nor python here are just some code snippets to help sfaxman to include this idea in an upcoming release: in file zdf.de.cfg: Code: video_date=assetUrl\":%SOME REGEX EXPRESSION%in file default.py: line 775 Code: # datecatcher = regex from assetUrl so it will read 080714Code: # add date information of video via setinfo only if date is set ; else only set titleCode: # add sort method "date" to directory only if date is setHave a nice day!
|
| find quote |
sfaxman
Skilled Python Coder Joined: Jul 2008 Reputation: 0 Location: Tunisia / Germany |
2008-07-17 00:23
Post: #38
Hi funkytown,
i am planning to support the itemInfos "Size", "Rating", "Genre", "Duration" and "Date"... ... and the respective sort methods SORT_METHOD_SIZE, SORT_METHOD_GENRE, SORT_METHOD_DURATION, SORT_METHOD_VIDEO_RATING and SORT_METHOD_DATE. but do not expect them too soon .Bye, sfaxman... |
| find quote |
sfaxman
Skilled Python Coder Joined: Jul 2008 Reputation: 0 Location: Tunisia / Germany |
2008-07-17 12:57
Post: #39
VideoMonkey with YouTube fix is now in the plugins online repository
(thx Nuka1195)>link< sfaxman... |
| find quote |
sfaxman
Skilled Python Coder Joined: Jul 2008 Reputation: 0 Location: Tunisia / Germany |
Hi friends
,Try the new video plugin "VideoMonkey" from here or from the plugins online repository. I took many ideas from available XBMC PlugIns (Many thanks to every devoloper here). Everyone with basic RegEx knowledge (like me) can add new video site catchers easily (see file youtube.com.cfg). YouTube (com, de, fr, nl), Dailymotion (com, de, fr, nl), Metacafe and others are included. Adult content can be enabled through the plugin settings. Feel free to post new suggestions or critics. For technical discussions please use this thread. Bye, sfaxman... |
| find quote |