Improve existing Channel Plugin with Settings

Hi,

I want to improve the following plugin, to allow some settings, but I did not get it.

https://github.com/plexinc-plugins/Railscasts.bundle

![post-152263-0-72775200-1373674038.png|690x208](upload://v2efQS5HwjWuQ32LbqPGrEgiaEA.png)

 

I allready added a "DefaultPrefs.json".

But what happens, when I click the yellow settings button, it performs a request on:

http://localhost:32400/:/prefs 


But it should be:

http://localhost:32400/:/plugins/com.plexapp.plugins.railscasts/prefs 

 

Any Ideas?

Looks like Sander just did an update to the Railcasts channel to bring it up to the most recent framework specs. You can try again to add your DefaultPrefs.json and you'll need to add a line to the __init__.py file to add a Preferences object to the menu like this one in the Pandora channel:

oc.add(PrefsObject(title='Change your Pandora Preferences', thumb=R(ICON_PREFS)))

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.