Hi,
it’s been a while since I had written the first Web Galler Of Art plugin. Framework is now version 2 and simply dropping in a bundle no longer works. I use this advice to activate developer mode (server returns a blank page so it’s hard to tell if the Gods have granted me access)
http://forums.plexapp.com/index.php/topic/34613-developer-mode/
I would like to update the catalog and have the plugin usable again.
My Info.plist looks like this
<br />
?xml version="1.0" encoding="UTF-8"?><br />
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"><br />
<plist version="1.0"><br />
<dict><br />
<key>CFBundleDevelopmentRegion</key><br />
<string>English</string><br />
<key>CFBundleExecutable</key><br />
<string/><br />
<key>CFBundleIdentifier</key><br />
<string>com.plexapp.plugins.webgalleryofart</string><br />
<key>CFBundleInfoDictionaryVersion</key><br />
<string>6.0</string><br />
<key>CFBundlePackageType</key><br />
<string>AAPL</string><br />
<key>CFBundleSignature</key><br />
<string>hook</string><br />
<key>CFBundleVersion</key><br />
<string>1.0</string><br />
<key>PlexClientPlatforms</key><br />
<string>*</string><br />
<key>PlexFrameworkVersion</key><br />
<string>2</string><br />
<key>PlexPluginMode</key><br />
<string>AlwaysOn</string><br />
<key>PlexPluginConsoleLogging</key><br />
<string>1</string><br />
<key>PlexPluginDevMode</key><br />
<string>1</string><br />
<dict><br />
<key>Web Gallery Of Art</key><br />
<dict><br />
<key>URLPattern</key><br />
<string>.*wga\.hu.*</string><br />
<key>LinkedPlugin</key><br />
<string>com.plexapp.plugins.webgalleryofart</string><br />
<key>TestURLs</key><br />
<array><br />
<string>http://www.wga.hu/html/a/aachen/j_couple.html</string><br />
</array><br />
</dict><br />
</dict><br />
</dict><br />
</plist><br />
I have a VERSION file containing a single number. Did I omit anything else?
My problem is that the server remains oblivious to my plugin. No traces in the system.log / nothing.
Any suggestions welcome!
JP