Busy busy
2011-02-10 21:12:31,093 INFO [ServiceBase] Sucessfully bound enpoint: http://192.168.1.77:54423/PmsConfiguration
2011-02-10 21:12:31,139 INFO [ServiceBase] Sucessfully bound enpoint: http://192.168.1.77:54423/PmsLibrary
Web Services
No JAX-WS context information available.<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:lib="http://ps3mediaserver.org/library">
<soapenv:Header/>
<soapenv:Body>
<lib:scanFolder>
<!--Optional:-->
<folderPath>/shared/USB/Films/</folderPath>
<scanSubFolders>Y</scanSubFolders>
<scanVideo>Y</scanVideo>
<tmdbEnabled>Y</tmdbEnabled>
<scanAudio>N</scanAudio>
<scanPictures>Y</scanPictures>
</lib:scanFolder>
</soapenv:Body>
</soapenv:Envelope><S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Body>
<ns2:scanFolderResponse xmlns:ns2="http://ps3mediaserver.org/library"/>
</S:Body>
</S:Envelope>2011-02-10 22:17:35,509 INFO [FileScanner] Couldn't read /shared/USB/Films/test.cmdWorldOfHurt wrote:Busy busy
lot2smile4 wrote:Woot!... I (kinda) have success with the new build
Dah!!... the one combo I didn't try... my logical head was in the washing machine I think when I was trying this... but this is very cool!!... could be almost there!!The only thing that isn't correct are the Y/N in your query. You have to set 0=false, 1=true.
grats!through the GUI described for Manage Library (yippie, first link to wiki)
language = en-US\s+\(((19|20)\d\d)\).*$
$1
the le la les l' el a an Index: net/pms/medialibrary/commons/helpers/AutoFolderCreator.java
===================================================================
--- net/pms/medialibrary/commons/helpers/AutoFolderCreator.java (revision 16)
+++ net/pms/medialibrary/commons/helpers/AutoFolderCreator.java (working copy)
@@ -41,7 +41,7 @@
if(log.isDebugEnabled()) log.debug("Start creating the initial tree folder structure");
String ps = File.separator;
- String defaultImagePath = ConfigurationHelper.getApplicationRootPath() + "resources" + ps + "images" + ps + "mlx_ps3" + ps;
+ String defaultImagePath = ConfigurationHelper.getConfigurationRootPath() + "resources" + ps + "images" + ps + "mlx_ps3" + ps;
===================================================================
--- net/pms/medialibrary/commons/helpers/TmdbHelper.java (revision 16)
+++ net/pms/medialibrary/commons/helpers/TmdbHelper.java (working copy)
@@ -28,6 +28,7 @@
GeneralSettings.setApiKey("4cdddc892213dd24e5011fd710f8abf0");
Locale l = new Locale(PMS.getConfiguration().getLanguage());
GeneralSettings.setAPILocale(l);
+ GeneralSettings.setLogEnabled(true);
isInitialized = true;
}
}
lot2smile4 wrote:Is there any way of getting a stand-alone GUI to be able to make these calls, as I do run Windows on my 'main' box that I manage the PMS from.
Can't wait to get home and give this a try, as I have every confidence that it will now work! *fingers crossed*
Users browsing this forum: Google [Bot] and 2 guests