Hi guys,
Is there any reason that, in most plugin navigation, I have to go INTO a 'folder' with the name of a movie/video, and then click on the name again once inside? Is that some kind of XBMC plugin API limitation?
Obviously it would be lovely if we didn't have to do this. Any expert plugin developers have any ideas?
Cheers,
-W
"Container"-based navigation?
w3__
Senior Member Posts: 146 Joined: Jul 2008 Reputation: 0 |
2009-01-28 23:27
Post: #1
|
| find quote |
Banned Joined: Mar 2008 Location: England |
2009-01-29 00:12
Post: #2
The amount of folders depends on how difficult it is to resolve the true media path.
You may have to get one url, then create another and pass it to the episode section, then finally scrape the video file url. It would be nice to just click and away you go but life is a snarling spitting monster which rarely grants requests. |
| find quote |
w3__
Senior Member Posts: 146 Joined: Jul 2008 Reputation: 0 |
2009-01-29 01:45
Post: #3
:-)
|
| find quote |
EvilDude
Senior Member Posts: 106 Joined: Feb 2006 Reputation: 0 Location: Sydney Australia |
2009-01-29 03:34
Post: #4
In terms of coding, it would be nice if plugin developers could add a file that points back to the plugin, but the plugin resolves a URL.
Eg it could be something as simple as running the same script, but instead of xbmc.endOfDirectory etc, it could be xbmc.returnFile( ); This would eliminate the need for having a 'folder' to resolve to true media path with just one URL inside. |
| find quote |

Search
Help