2005-10-11, 01:28 AM
i just released my pictures 3 after months of beta testing, it should be pretty good/stable now it has many new features, to many to list all (and i forgot most of them), but here are some
- webimages (info based on xml file)
- music panel to show current playing song
- image transistions
- menu transistions
- folder thumbnails (2x2 images similar to xp folder icons)
- settings window (allows you to change key settings from within the plugin)
- supports windows shortcuts to image files
- playlists are now accessible via a popup menu in fullscreen
- remote/key commands can be altered in the keycommands xml files (just like the core plugins of gbpvr)
heres a sample webimage xml file called "mywebimage.xml"
refresh is the number of seconds it will download a new image.
thanks to SmegHead for writing the zooming code (keeping the image centred when you zoom in).
and i suppose thanks to mediaportal and xbmc for ideas ( i stole the zooming map from xbmc and transisitions from mediaportal).
download at the wiki :
http://gbpvr.com/pmwiki/pmwiki.php/Plugin/MyPictures
ps if you think that wiki page is insufficient and would like to see more detailed information about the setup/use of my pictures, then write it yourself, i cant be bothered.
- webimages (info based on xml file)
- music panel to show current playing song
- image transistions
- menu transistions
- folder thumbnails (2x2 images similar to xp folder icons)
- settings window (allows you to change key settings from within the plugin)
- supports windows shortcuts to image files
- playlists are now accessible via a popup menu in fullscreen
- remote/key commands can be altered in the keycommands xml files (just like the core plugins of gbpvr)
heres a sample webimage xml file called "mywebimage.xml"
Code:
<webimage>
<url>http://www.katkam.ca/pix/pic.jpg</url>
<refresh>300</refresh>
</webimage>
thanks to SmegHead for writing the zooming code (keeping the image centred when you zoom in).
and i suppose thanks to mediaportal and xbmc for ideas ( i stole the zooming map from xbmc and transisitions from mediaportal).
download at the wiki :
http://gbpvr.com/pmwiki/pmwiki.php/Plugin/MyPictures
ps if you think that wiki page is insufficient and would like to see more detailed information about the setup/use of my pictures, then write it yourself, i cant be bothered.