2016-08-09, 06:29
Thanks !!I can now see the the dvd case, but not the rolling disc.
Here is a screenshot
http://imgur.com/MtP4mhm
Here is a screenshot
http://imgur.com/MtP4mhm
(2016-08-31, 16:31)mikebzh44 Wrote: Small update :
https://www.dropbox.com/s/da9yofaeobn7ur...d.zip?dl=0
If MyPicsDB script is installed, you can have a Live Wallpaper with 10 random pictures with a "Polaroid" look :
_query = """SELECT b.FolderName, a.strPath, a.strFilename, ImageDateTime """
_query += """FROM Files AS a, Folders AS b """
_query += """WHERE ImageDateTime IS NOT NULL AND a.idFolder = b.idFolder """
_query = """SELECT b.FolderName, a.strPath, a.strFilename, ImageDateTime, TagContent """
_query += """FROM Files AS a """
_query += """ INNER JOIN Folders AS b """
_query += """ ON a.idFolder = b.idFolder """
_query += """ LEFT OUTER JOIN (SELECT a.idFile, a.idTagContent, b.TagContent """
_query += """ FROM TagsInFiles AS a, TagContents AS b, TagTypes AS c """
_query += """ WHERE a.idTagContent = b.idTagContent """
_query += """ AND b.idtagType = c.idTagType """
_query += """ AND c.tagType = 'Caption/abstract' """
_query += """ ) AS c """
_query += """ ON a.idFile = c.idFile """
_query += """WHERE ImageDateTime IS NOT NULL """
WINDOW.clearProperty( "MyPicsDB%s.%d.Comment" % ( _method, _count ) )
WINDOW.setProperty( "MyPicsDB%s.%d.Comment" % ( _method, _count ), _picture[4] )
WINDOW.clearProperty( "MyPicsDB%s.%d.Date" % ( _method, _count ) )
WINDOW.setProperty( "MyPicsDB%s.%d.Date" % ( _method, _count ), _picture[3] )
WINDOW.clearProperty( "MyPicsDB%s.%d.Comment" % ( _method, _i ) )
WINDOW.clearProperty( "MyPicsDB%s.%d.Date" % ( _method, _i ) )
(2016-03-16, 11:44)mikebzh44 Wrote: Now this skin is perfect for my needs so I can move my main HTPC from Aeon Nox "Phil65"