Page 1 of 1

Access to "Display Name"

PostPosted: Wed Feb 08, 2012 5:11 am
by jhb50
When in a groovy, how does one get access to the "DISPLAY NAME".
Lots of resources have multiple sections and I need to use the Display Name to determine what subset/section of items to return. I don't think I can mess with the Source URL link in the console to do that.

Re: Access to "Display Name"

PostPosted: Wed Feb 08, 2012 10:13 am
by zip
If it's a web resource plugin you can mess with the URL, i.e. tell the users to pass parameters in the URL like .....?param=1. Foe feed plugin you cannot do that as Serviio opent the URL, not your plugin. Display name is not accessible in the plugins.

Re: Access to "Display Name"

PostPosted: Wed Feb 08, 2012 2:21 pm
by jhb50
Thanks..that will work..I assumed you checked the URL for on everything, but as usual you are way ahead of us!