Pronshare Plugin
#1
Hi,
I modified the joox plugin to show pronshare files. Let me know what you think. Have fun
http://rapidshare.com/files/62119099/Pronshare.zip
Reply
#2
pretty nice, but without being able to move forward or back like you can with the channel for Uitzendinggemist it's not fully useable
Reply
#3
Some suggestions:

1. Please be more linux-port friendly..

<<< elif URL[1] == ':': #abolsute path
===
>>> elif os.path.isabs(URL): #abolsute path


<<< f=open(RootDir+"\\urls.txt","a")
===
>>> f=open(os.path.join(RootDir,"urls.txt"),"a")

etc..


2. If you have _LOTS_ of media you want to define __SLOTS__ in the CMediaItem class to skip the dictionary overhead on items. Same goes for HistoryItems
Reply
#4
you can use the context menu on every file to choose the player core. use mplayer, this will enable you to seek within the videos.
Reply
#5
That's DVDplayer that ables the seek/ff. Smile
Reply
#6
The original file was removed, can anyone post this again?
Reply

Logout Mark Read Team Forum Stats Members Help
Pronshare Plugin0