• 1
  • 3
  • 4
  • 5(current)
  • 6
  • 7
  • 8
Is this advanced Home Screen View Mod function idea possible in XBMC Skinning-Engine?
#61
one more update, a fix for thumb and stacked movies
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
Reply
#62
OK I fixed my files and updated the download link in my original post. Smile
Just click here to get it...

Nuka, sorry for the stupid question, but where are you posting your updated code? I can't see it...
Reply
#63
http://xbmc-addons.googlecode.com/svn/pa...lyAdded.py
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
Reply
#64
Is it possible to also have Music?
And how about just having this information show on every menu item?
Reply
#65
Hi guys,

I wanted to give nuka and dt1000's code a try but after reading this:

Nuka1195 Wrote:**partial, PlayMedia does not support resume, so the video will start from the beginning

Should we fill a track ticket for that or is there a way to support auto-resume in this new functionality? I'd like to to use this mainly to keep track of videos I'm currently watching...

Regards,
Reply
#66
eseph Wrote:Is it possible to also have Music?
And how about just having this information show on every menu item?

That would be great!
I specially would love to have the latest music displayed... please, please, please dt1000 Smile
Reply
#67
There's no need for a XBMC fix as we can workaround/special-case the archived content as well. See http://pastebin.ubuntu.com/206610/.
Always read the online manual (wiki), FAQ (wiki) and search the forum before posting.
Do not PM or e-mail Team-Kodi members directly asking for support. Read/follow the forum rules (wiki).
Please read the pages on troubleshooting (wiki) and bug reporting (wiki) before reporting issues.
Reply
#68
vdrfan i had to do this. fanart for a stacked video is cached different than the thumb. thanks for the headsup

this should also fix the playmedia path. (stacked rar's/zip's do not play and stacked videos only play the first video. must be a PlayMedia limitation.)

http://xbmc-addons.googlecode.com/svn/pa...lyAdded.py

PHP Code:
def _get_mediaselfpathfile ):
        
# set default values
        
play_path fanart_path thumb_path path file
        
# we handle stack:// media special
        
if ( file.startswith"stack://" ) ):
            
play_path fanart_path file
            thumb_path 
file: ].split" , " )[ ]
        
# we handle rar:// and zip:// media special
        
if ( file.startswith"rar://" ) or file.startswith"zip://" ) ):
            
play_path fanart_path thumb_path file
        
# strip username/password
        
return xbmc.getCacheThumbNamere.sub"//.+?@""//"thumb_path ) ), xbmc.getCacheThumbNamere.sub"//.+?@""//"fanart_path ) ), play_path 
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
Reply
#69
Nice work chaps.
I'll be sure to integrate your latest code into my mod and test it out.

I'm also adding muisc, as Feanor asked so nicely...

Image

The trouble is that I can't get the music to sort how I want. Ideally I'd like the 1st un-listened track from the latest 4 albums, using the album artist. I think you can do this using WHERE lastplayed IS NULL - I need to investigate further - I just don't have the time at the moment.

If I can get this working properly, I'll update the mod!

Smile

Dan
Reply
#70
I still get no thumbnails, deleted database and thumbnail folders, after rescraping still no thumbs for movies and tv shows... what am I doing wrong?
Reply
#71
dt1000 you really need to start using somthing other than mediafire for your images is 90% off line
Reply
#72
Hi guys,

sorry for posting this again but... what about the autoresume in PlayMedia? is there a workaround we can use or it should be fix in xbmc?

regards,
Reply
#73
pilluli Wrote:Hi guys,

sorry for posting this again but... what about the autoresume in PlayMedia? is there a workaround we can use or it should be fix in xbmc?

regards,

It needs to be "changed" not fixed in xbmc so no until then you can't do it
Reply
#74
Jezz_X Wrote:It needs to be "changed" not fixed in xbmc so no until then you can't do it

Thanks Jezz_X,

I might give it a try if I have some time later this week then. My knowledge of the XBMC code is limited though, so I'm quite sure I'll have to wait for some developer to step in... Laugh

Also, I was thinking about nuka's code and... will it be possible to have at the same time the lastest movies shown *and* the ones currently being watched (I mean in two different panels in the home screen?). If I understand correctly the python script uses a parameter to select those but then returns the movie list using the same variable name. Can I call it twice in the skin file and show the results?? No

Regards!
Reply
#75
I find it odd that you you have multi movies not finished on the go :\ and would want to display that sort of info
Reply
  • 1
  • 3
  • 4
  • 5(current)
  • 6
  • 7
  • 8

Logout Mark Read Team Forum Stats Members Help
Is this advanced Home Screen View Mod function idea possible in XBMC Skinning-Engine?1