Today
-
r638
([Installer Passion-XBMC Web]:
- Finish implementation of Pa...) committed by temhil
- [Installer Passion-XBMC Web]:
- Finish implementation of Passion FTP item installer
- cover the case where we try to download the skin currently used but not tested
- Did part of the implementation of XBMC zone installer (80% done)
[Installer Passion-XBMC Web]:
- Finish implementation of Passion FTP item installer
- cover the case where we try to download the skin currently used but not tested
- Did part of the implementation of XBMC zone installer (80% done)
-
r637
([Installer Passion-XBMC Web]: - fixed/changed: _url_launcher...) committed by FrostBox360
- [Installer Passion-XBMC Web]: - fixed/changed: _url_launcher in ForumDirectInfos.py replaced
xbmc.executebuiltin( ... ) by os.system( ... )
- updated: default.py for append proper date and revision.
[Installer Passion-XBMC Web]: - fixed/changed: _url_launcher in ForumDirectInfos.py replaced
xbmc.executebuiltin( ... ) by os.system( ... )
- updated: default.py for append proper date and revision.
-
r636
(XbmcStuff downloader/resources/data/temp.xml) committed by ppic.ppic
- XbmcStuff downloader/resources/data/temp.xml
XbmcStuff downloader/resources/data/temp.xml
-
r635
([Installer Passion-XBMC Web]: - oops: forget to remove a var...) committed by FrostBox360
- [Installer Passion-XBMC Web]: - oops: forget to remove a variable dev
[Installer Passion-XBMC Web]: - oops: forget to remove a variable dev
Yesterday
-
r634
([Installer Passion-XBMC Web]: - changed: makeThumbnails base...) committed by FrostBox360
- [Installer Passion-XBMC Web]: - changed: makeThumbnails based on file format NB: clean thumbnails
caches of Installer
- removed: duplicate call fonction in ~/sources/PassionXbmcFtp/info_item.py
- updated: default.py for append proper date and revision.
[Installer Passion-XBMC Web]: - changed: makeThumbnails based on file format NB: clean thumbnails
caches of Installer
- removed: duplicate call fonction in ~/sources/PassionXbmcFtp/info_item.py
- updated: default.py for append proper date and revision.
-
r633
([Installer Passion-XBMC Web]:
- Fixed bug on install_add_on...) committed by temhil
- [Installer Passion-XBMC Web]:
- Fixed bug on install_add_ons (a var wasn't declared before being used)
[Installer Passion-XBMC Web]:
- Fixed bug on install_add_ons (a var wasn't declared before being used)
-
r632
([Installer Passion-XNMC] - fixed: typo :P) committed by FrostBox360
- [Installer Passion-XNMC] - fixed: typo :P
[Installer Passion-XNMC] - fixed: typo :P
-
r631
([Installer Passion-XNMC] - fixed some minor bugs ( Non-Exist...) committed by FrostBox360
- [Installer Passion-XNMC] - fixed some minor bugs ( Non-Existent Control, DeprecationWarning, ... )
- added: minimum output script infos on startup
[Installer Passion-XNMC] - fixed some minor bugs ( Non-Existent Control, DeprecationWarning, ... )
- added: minimum output script infos on startup
-
r630
([Installer Passion-XNMC] Big Cleanup
- removed: unused impo...) committed by FrostBox360
- [Installer Passion-XNMC] Big Cleanup
- removed: unused import
- added: xbmc.settings, for basic settings of script
- added: caches cleaner from XBMC XBoxDash Maker, in window xbmc.settings
- created: misc module
- moved: RUN_PERFORMANCE and RUN_UNIT_TEST to misc module
- cleaned code
- changed/replaced: script_log by custom_sys_stdout_stderr
NB: Now all output writing in xbmc.log and script output
if setting "script_debug" is active
but if you want bypass "script_debug" use print "bypass: hello world!". but bypass: not
printed
NB2: all error as not restriction, if error append, error auto writing in xbmc.log
[Installer Passion-XNMC] Big Cleanup
- removed: unused import
- added: xbmc.settings, for basic settings of script
- added: caches cleaner from XBMC XBoxDash Maker, in window xbmc.settings
- created: misc module
- moved: RUN_PERFORMANCE and RUN_UNIT_TEST to misc module
- cleaned code
- changed/replaced: script_log by custom_sys_stdout_stderr
NB: Now all output writing in xbmc.log and script output
if setting "script_debug" is active
but if you want bypass "script_debug" use print "bypass: hello world!". but bypass: not
printed
NB2: all error as not restriction, if error append, error auto writing in xbmc.log
Last 7 days
-
r629
([Installer Passion-XBMC Web]: - fixed: possible crash if dow...) committed by FrostBox360
- [Installer Passion-XBMC Web]: - fixed: possible crash if download sources with plugin SVN Repo
Installer
[Installer Passion-XBMC Web]: - fixed: possible crash if download sources with plugin SVN Repo
Installer
-
r628
([Installer Passion-XBMC Web]: - updated: default.py to appen...) committed by FrostBox360
- [Installer Passion-XBMC Web]: - updated: default.py to append proper revision et date of last commit
[Installer Passion-XBMC Web]: - updated: default.py to append proper revision et date of last commit
-
r627
([Installer Passion-XBMC Web]:
- Added support of case where...) committed by temhil
- [Installer Passion-XBMC Web]:
- Added support of case where no installer is available for an item (i.e FTP skin for now)
- Display message to the end user (TODO: add new string for the case no installer is available,
right now it is an error message saying 'install impossible' which is not very accurate)
[Installer Passion-XBMC Web]:
- Added support of case where no installer is available for an item (i.e FTP skin for now)
- Display message to the end user (TODO: add new string for the case no installer is available,
right now it is an error message saying 'install impossible' which is not very accurate)
-
r626
([Installer Passion-XBMC Web]:
- Use same icon display polic...) committed by temhil
- [Installer Passion-XBMC Web]:
- Use same icon display policy between sources: currently when no image is available we display the
icon corresponding to the type of item.
- Note: in the future it would be nice to create icon for category and icon for item of a category,
it will be easier to the end user to recognize it (right now it is the same icon)
[Installer Passion-XBMC Web]:
- Use same icon display policy between sources: currently when no image is available we display the
icon corresponding to the type of item.
- Note: in the future it would be nice to create icon for category and icon for item of a category,
it will be easier to the end user to recognize it (right now it is the same icon)
-
r625
([Installer Passion-XBMC Web]:
- Typo fix in forum_links.txt...) committed by temhil
- [Installer Passion-XBMC Web]:
- Typo fix in forum_links.txt
- Cleaned unit tests in default.py
- Removed unused import statement
[Installer Passion-XBMC Web]:
- Typo fix in forum_links.txt
- Cleaned unit tests in default.py
- Removed unused import statement
-
r624
([Installer Passion-XBMC Web]: - fixed: MainGUI, re_updateLis...) committed by FrostBox360
- [Installer Passion-XBMC Web]: - fixed: MainGUI, re_updateList() for skin Default.HD
[Installer Passion-XBMC Web]: - fixed: MainGUI, re_updateList() for skin Default.HD
-
r623
([Installer Passion-XBMC Web]: - added: new skin and code cha...) committed by FrostBox360
- [Installer Passion-XBMC Web]: - added: new skin and code change for this skin
NB:
- code not finishing eg: setting window is not new skin style
- XBMC Skin "Confluence" is required in background
- delete all old script settings in script_data
- for bugs, please report to forum http://passion-xbmc.org
- ... :( euh :P
Cheers
and happy new year!
Frost
[Installer Passion-XBMC Web]: - added: new skin and code change for this skin
NB:
- code not finishing eg: setting window is not new skin style
- XBMC Skin "Confluence" is required in background
- delete all old script settings in script_data
- for bugs, please report to forum http://passion-xbmc.org
- ... :( euh :P
Cheers
and happy new year!
Frost
-
r622
([Installer Passion-XBMC Web]:
- Added of renaming, deleting...) committed by temhil
- [Installer Passion-XBMC Web]:
- Added of renaming, deleting, overwriting addons with user choice (cover all the source cases)
[Installer Passion-XBMC Web]:
- Added of renaming, deleting, overwriting addons with user choice (cover all the source cases)
-
r621
([Installer Passion-XBMC Web]:
- Added support install of FT...) committed by temhil
- [Installer Passion-XBMC Web]:
- Added support install of FTP archives (covers all the case except skins)
- Separated fileManager in GUI and implementation file
- Fixed bug on processOldDownload (when occurred even in case of success error message was
displayed)
- Started to move processOldDownload responsibilities (delete, rename) to the ItemInstaller (still
work in progress - 70% done)
- Created skeleton for Item Installer for FTP from dir (skins)
- some cleaning
[Installer Passion-XBMC Web]:
- Added support install of FTP archives (covers all the case except skins)
- Separated fileManager in GUI and implementation file
- Fixed bug on processOldDownload (when occurred even in case of success error message was
displayed)
- Started to move processOldDownload responsibilities (delete, rename) to the ItemInstaller (still
work in progress - 70% done)
- Created skeleton for Item Installer for FTP from dir (skins)
- some cleaning
-
MyFont.zip (MyFont python library v1.0 To use your fonts in xbmc script...) file uploaded by ppic.ppic
-
Labels:
OpSys-All
-
MyFont.zip (MyFont python library v1.0 To use your fonts in xbmc script...) file uploaded by ppic.ppic
-
Labels:
OpSys-All
-
r620
([Installer Passion-XBMC Web]: - added: missing pysqlite so's) committed by FrostBox360
- [Installer Passion-XBMC Web]: - added: missing pysqlite so's
[Installer Passion-XBMC Web]: - added: missing pysqlite so's
-
r619
([Installer Passion-XBMC Web]:
- Close and Delete sqlite DB ...) committed by temhil
- [Installer Passion-XBMC Web]:
- Close and Delete sqlite DB on exit for Passion CDT
- Added cache path to specialpath.py (need to be renamed in the future -> not only special paths
anymore)
- some cleaning
[Installer Passion-XBMC Web]:
- Close and Delete sqlite DB on exit for Passion CDT
- Added cache path to specialpath.py (need to be renamed in the future -> not only special paths
anymore)
- some cleaning
Last 30 days
-
r618
([Installer Passion-XBMC Web]:
- Fixed install bug on passio...) committed by temhil
- [Installer Passion-XBMC Web]:
- Fixed install bug on passion xbmc web
- Started work on passion xbmc ftp
- some cleaning
[Installer Passion-XBMC Web]:
- Fixed install bug on passion xbmc web
- Started work on passion xbmc ftp
- some cleaning
-
TV Plugin.rar (TV Plugin - launch channels playlists from French ISPs Free,...) file uploaded by cinpou
-
Labels:
Type-Archive
OpSys-All
Labels:
Type-Archive
OpSys-All
-
-
-
r617
([No log message]) committed by ppic.ppic
- [No log message]
-
r616
([No log message]) committed by ppic.ppic
- [No log message]
-
r615
([xbmcstuff downloader plugin] v1.4.2, more translation strin...) committed by ppic.ppic
- [xbmcstuff downloader plugin] v1.4.2, more translation strings. added current thumb show on tvshow
menu and also current clerart on subfolder
[xbmcstuff downloader plugin] v1.4.2, more translation strings. added current thumb show on tvshow
menu and also current clerart on subfolder
-
r614
([sporlive script] v1.1.2 added spanish + some coloration if ...) committed by ppic.ppic
- [sporlive script] v1.1.2 added spanish + some coloration if skin support it
[sporlive script] v1.1.2 added spanish + some coloration if skin support it
-
r613
([Installer Passion-XBMC Web]: Fixed invalid import (INSTALLE...) committed by temhil
- [Installer Passion-XBMC Web]: Fixed invalid import (INSTALLER has been removed/renamed)
[Installer Passion-XBMC Web]: Fixed invalid import (INSTALLER has been removed/renamed)
-
r612
([Installer Passion-XBMC Web]:
- Cleaning
- Updated skin for ...) committed by temhil
- [Installer Passion-XBMC Web]:
- Cleaning
- Updated skin for source name display dynamically
- Standardize ItemInstaller API
- Started implementation of Passion FTP Installer
- Force reset of the browser on source change (restart from root instead of previous page)
- Fixed bug on exit of the script (due to except exit was not possible)
[Installer Passion-XBMC Web]:
- Cleaning
- Updated skin for source name display dynamically
- Standardize ItemInstaller API
- Started implementation of Passion FTP Installer
- Force reset of the browser on source change (restart from root instead of previous page)
- Fixed bug on exit of the script (due to except exit was not possible)
-
r611
([sportlive] missing file) committed by ppic.ppic
- [sportlive] missing file
-
-
r610
([SportLive Script] v1.1 added strings.xml for language suppo...) committed by ppic.ppic
- [SportLive Script] v1.1 added strings.xml for language support. feel free to fill those missings
[SportLive Script] v1.1 added strings.xml for language support. feel free to fill those missings
-
r609
([XbmcStuff downloader] v1.3.2 add language support (only set...) committed by ppic.ppic
- [XbmcStuff downloader] v1.3.2 add language support (only settings for now)
[XbmcStuff downloader] v1.3.2 add language support (only settings for now)
-
r608
([XbmcStuff downloader/default.py update] v1.3.1) committed by ppic.ppic
- [XbmcStuff downloader/default.py update] v1.3.1
[XbmcStuff downloader/default.py update] v1.3.1
Older
-
r607
([XbmcStuff downloader plugin]add iconimage for collections /...) committed by ppic.ppic
- [XbmcStuff downloader plugin]add iconimage for collections / thumbs / seasons / clearart
[XbmcStuff downloader plugin]add iconimage for collections / thumbs / seasons / clearart
-
r606
([Installer Passion-XBMC Web]:
- Cleaning
- Reorganized few f...) committed by temhil
- [Installer Passion-XBMC Web]:
- Cleaning
- Reorganized few files
- few fixes
[Installer Passion-XBMC Web]:
- Cleaning
- Reorganized few files
- few fixes
-
r605
([Installer Passion-XBMC Web]:
- Fixed bug on PassionFtpBrows...) committed by temhil
- [Installer Passion-XBMC Web]:
- Fixed bug on PassionFtpBrowser
- More code cleaning
- Implemented closing of sources
- Moved INSTALLEUR.py in PassionXbmcFtp directory
[Installer Passion-XBMC Web]:
- Fixed bug on PassionFtpBrowser
- More code cleaning
- Implemented closing of sources
- Moved INSTALLEUR.py in PassionXbmcFtp directory
-
-
-
r603
([Sportlive]default.tbn) committed by ppic.ppic
- [Sportlive]default.tbn
-
r602
([Installer Passion-XBMC Web]: - fixed: warning: Non-ASCII ch...) committed by FrostBox360
- [Installer Passion-XBMC Web]: - fixed: warning: Non-ASCII character in file default.py on line 20,
due of svn:keywords Date
[Installer Passion-XBMC Web]: - fixed: warning: Non-ASCII character in file default.py on line 20,
due of svn:keywords Date
-
r601
([Installer Passion-XBMC Web]: - fixed: missing file in build...) committed by FrostBox360
- [Installer Passion-XBMC Web]: - fixed: missing file in build.bat process due of change in r598
[Installer Passion-XBMC Web]: - fixed: missing file in build.bat process due of change in r598
-
r600
([Installer Passion-XBMC Web]: - added: missing platform libr...) committed by FrostBox360
- [Installer Passion-XBMC Web]: - added: missing platform libraries
- added svn:keywords Date
[Installer Passion-XBMC Web]: - added: missing platform libraries
- added svn:keywords Date
-
r599
([Installer Passion-XBMC Web]: - removed Thumbs.db) committed by FrostBox360
- [Installer Passion-XBMC Web]: - removed Thumbs.db
[Installer Passion-XBMC Web]: - removed Thumbs.db
-
r598
([Installer Passion-XBMC Web]: - fixed: GUI, background plasm...) committed by FrostBox360
- [Installer Passion-XBMC Web]: - fixed: GUI, background plasma
- fixed: parentDir in manager in control list removed bold label in code et fixed thumb for pardir
- added svn:keywords Revision, result auto __svn_revision__ on each commit.
- removed out dated skin
[Installer Passion-XBMC Web]: - fixed: GUI, background plasma
- fixed: parentDir in manager in control list removed bold label in code et fixed thumb for pardir
- added svn:keywords Revision, result auto __svn_revision__ on each commit.
- removed out dated skin
-
r597
([Installer Passion-XBMC Web]:
- Created source manager
- Imp...) committed by temhil
- [Installer Passion-XBMC Web]:
- Created source manager
- Implemented browser for XBMC Zone
- Reorganised files (previous file used for FTP are now in FTP source folder)
- Modified GUI in order to add source selection (need to be cleaned and probably merge with
selection of the addon manager and the forum)
- !!CAUTION!!: only installer for Passion XBMC web is implemented (not done yet for the 2 other
sources)
- !!CAUTION!!: some source file need is not used anymore, need more cleanup and other source file is
just copy paste and still need to be implemented (Some ItemInstaller files)
- and I am sure a lot of more I don't recall now
[Installer Passion-XBMC Web]:
- Created source manager
- Implemented browser for XBMC Zone
- Reorganised files (previous file used for FTP are now in FTP source folder)
- Modified GUI in order to add source selection (need to be cleaned and probably merge with
selection of the addon manager and the forum)
- !!CAUTION!!: only installer for Passion XBMC web is implemented (not done yet for the 2 other
sources)
- !!CAUTION!!: some source file need is not used anymore, need more cleanup and other source file is
just copy paste and still need to be implemented (Some ItemInstaller files)
- and I am sure a lot of more I don't recall now
-
r596
([Sportlive script]missing files) committed by ppic.ppic
- [Sportlive script]missing files
[Sportlive script]missing files
|