Tune In radio
I couldn't get the plugin to see it either, but http://tunein.com/search/?query=capital%20london finds and plays it.
Re: Tune In radio
Thanks fidmas! Works for me.
Sent from my HTC One M9 using Tapatalk
Sent from my HTC One M9 using Tapatalk
Re: Tune In radio
http://tunein.com/radio/Capital-London-958-s16534/ works fine for me but sometimes the stations are slow to respond and you get a timeout. It is currently 90 seconds. You can increase it in the plugin if you wish.
Re: Tune In radio
I wish I could listen via Serviio podcasts as much as radio available on TuneIn.
For instance, [url]tunein.com/radio/Deejay-Chiama-Italia-p148497/[/url], but current version of the plug-in seems do not support that.
Thanks in advance.
For instance, [url]tunein.com/radio/Deejay-Chiama-Italia-p148497/[/url], but current version of the plug-in seems do not support that.
Thanks in advance.
Re: Tune In radio
Does this plug in still works? When I try to use the Web Resource 'http://tunein.com/radio/Capital-London-958-s16534/' I just get a blank screen in the MediaBrowser.
Looking at the logs it appears that the plugin is working.
Thanks
Looking at the logs it appears that the plugin is working.
- Code:
2017-05-29 08:39:18,564 DEBUG [RepositoryServerResource] Updating repository with values: OnlineRepository [repositoryUrl=http://tunein.com/radio/Capital-London-958-s16534/, fileType=AUDIO, repoType=WEB_RESOURCE, userEnteredThumbnailUrl=null, repositoryName=Tune In London, enabled=true, accessGroupIds=[1], order=6, id=6]
2017-05-29 08:39:20,950 DEBUG [OnlineLibraryManager] Resource http://tunein.com/radio/Capital-London-958-s16534/ not in cache, (re)loading it
2017-05-29 08:39:20,950 DEBUG [WebResourceParser] Parsing web resource 'http://tunein.com/radio/Capital-London-958-s16534/'
2017-05-29 08:39:20,950 DEBUG [WebResourceParser] Found matching url extractor (Tune In) for resource http://tunein.com/radio/Capital-London-958-s16534/
2017-05-29 08:39:20,950 DEBUG [FeedItemUrlExtractor] Tune In: Starting parsing resource: http://tunein.com/radio/Capital-London-958-s16534/
2017-05-29 08:39:22,322 DEBUG [OnlineContentCacheDecorator] Stored online content 'http://tunein.com/radio/Capital-London-958-s16534/' in the cache (online_feeds), returning it
2017-05-29 08:39:22,323 DEBUG [OnlineLibraryManager] Resource http://tunein.com/radio/Capital-London-958-s16534/ will expire in the cache on Tue May 30 08:39:22 CEST 2017
Thanks
Question everything
Re: Tune In radio
rm3086 wrote:Does this plug in still works? When I try to use the Web Resource 'http://tunein.com/radio/Capital-London-958-s16534/' I just get a blank screen in the MediaBrowser.
Looking at the logs it appears that the plugin is working.
- Code:
2017-05-29 08:39:18,564 DEBUG [RepositoryServerResource] Updating repository with values: OnlineRepository [repositoryUrl=http://tunein.com/radio/Capital-London-958-s16534/, fileType=AUDIO, repoType=WEB_RESOURCE, userEnteredThumbnailUrl=null, repositoryName=Tune In London, enabled=true, accessGroupIds=[1], order=6, id=6]
2017-05-29 08:39:20,950 DEBUG [OnlineLibraryManager] Resource http://tunein.com/radio/Capital-London-958-s16534/ not in cache, (re)loading it
2017-05-29 08:39:20,950 DEBUG [WebResourceParser] Parsing web resource 'http://tunein.com/radio/Capital-London-958-s16534/'
2017-05-29 08:39:20,950 DEBUG [WebResourceParser] Found matching url extractor (Tune In) for resource http://tunein.com/radio/Capital-London-958-s16534/
2017-05-29 08:39:20,950 DEBUG [FeedItemUrlExtractor] Tune In: Starting parsing resource: http://tunein.com/radio/Capital-London-958-s16534/
2017-05-29 08:39:22,322 DEBUG [OnlineContentCacheDecorator] Stored online content 'http://tunein.com/radio/Capital-London-958-s16534/' in the cache (online_feeds), returning it
2017-05-29 08:39:22,323 DEBUG [OnlineLibraryManager] Resource http://tunein.com/radio/Capital-London-958-s16534/ will expire in the cache on Tue May 30 08:39:22 CEST 2017
Thanks
Do you got it?. I'm trying https://tunein.com/radio/RADIO-HABANA-SON-CUBA-s296365/ and neither...

Re: Tune In radio
TuneIn website got multiple changes, attached is TuneIn plugin that currently works for me.
Note: groovy 2.3.7 or later is required (copy to lib directory and remove old groovy-all.jar)
Note: groovy 2.3.7 or later is required (copy to lib directory and remove old groovy-all.jar)
Last edited by programmer on Sat Mar 17, 2018 9:36 am, edited 3 times in total.
Re: Tune In radio
Hi programmer,
Unfortunately still doesn't seem to be working for me. Tried URLs
https://tunein.com/radio/Capital-London-958-s16534/ and
https://tunein.com/search/?query=bbc%20radio
Any ideas? Thanks
Unfortunately still doesn't seem to be working for me. Tried URLs
https://tunein.com/radio/Capital-London-958-s16534/ and
https://tunein.com/search/?query=bbc%20radio
Any ideas? Thanks
Re: Tune In radio
Hi
I updated the plugin, please try again. Also post your logs if you have any problem.
I updated the plugin, please try again. Also post your logs if you have any problem.
Re: Tune In radio
Unfortunately still no luck. I've attached the full log but from I think this might be the problem...
- Code:
2017-10-22 11:20:41,696 DEBUG [WebResourceParser] Unexpected error during url extractor plugin invocation (Tune In) for item null: No signature of method: groovy.json.JsonSlurper.parse() is applicable for argument types: (java.net.URL) values: [https://opml.radiotime.com/Tune.ashx?id=s16534&render=json&formats=mp3,aac,ogg&partnerId=RadioTime]
Possible solutions: parse(java.io.Reader), use([Ljava.lang.Object;), wait(), any(), grep(), wait(long)
groovy.lang.MissingMethodException: No signature of method: groovy.json.JsonSlurper.parse() is applicable for argument types: (java.net.URL) values: [https://opml.radiotime.com/Tune.ashx?id=s16534&render=json&formats=mp3,aac,ogg&partnerId=RadioTime]
Possible solutions: parse(java.io.Reader), use([Ljava.lang.Object;), wait(), any(), grep(), wait(long)
at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.unwrap(ScriptBytecodeAdapter.java:55)
at org.codehaus.groovy.runtime.callsite.PojoMetaClassSite.call(PojoMetaClassSite.java:46)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116)
at TuneIn.extractUrl(TuneIn.groovy:93)
at org.serviio.library.online.WebResourceUrlExtractor$2.executePluginMethod(WebResourceUrlExtractor.java:45)
at org.serviio.library.online.WebResourceUrlExtractor$2.executePluginMethod(WebResourceUrlExtractor.java:42)
at org.serviio.library.online.PluginExecutionProcessor$1.call(PluginExecutionProcessor.java:50)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Re: Tune In radio
Hi norm,
I forgot to mention that groovy need to be upgraded to version 2.3.7, updated my original post.
I forgot to mention that groovy need to be upgraded to version 2.3.7, updated my original post.
Re: Tune In radio
Hi Programmer,
No problem... And it works! Thanks for your help and getting TuneIn working again
No problem... And it works! Thanks for your help and getting TuneIn working again

Re: Tune In radio
Ok thanks for your feedback 

Re: Tune In radio
Updated the post with new version due to TuneIn site changes.
Re: Tune In radio
Is there a way to get Tune In working for the Synology version of Serviio? I think i have to add a URL to the online section and choose website as source.
Not sure if plugins work on NAS ?
Any help appreciated.
Not sure if plugins work on NAS ?
Any help appreciated.
Re: Tune In radio
I've updated the main post with a new version, hope it works for everyone.
Petr
Serviio developer / site admin
Do not send me PM for support as the solution can't be shared with others.
Follow Serviio on Facebook | Follow Serviio on Twitter
Help translate Serviio
Intel UPnP tools | HOWTO: Turn on detailed logging | HOWTO: Provide supported formats of a device | HOWTO: Provide details of a video file that doesn't play
Serviio developer / site admin
Do not send me PM for support as the solution can't be shared with others.
Follow Serviio on Facebook | Follow Serviio on Twitter
Help translate Serviio
Intel UPnP tools | HOWTO: Turn on detailed logging | HOWTO: Provide supported formats of a device | HOWTO: Provide details of a video file that doesn't play
Re: Tune In radio
Do i need to install Groovy to use tune in on synology nas? im unable to add urls says " Stream URL is not valid or not available"
Re: Tune In radio
IIRC groovy has to be installed and station added as web resource?
Re: Tune In radio
Where and how do i access the plugins folder?
Re: Tune In radio
LOL! Did you look for two days? j/k...
Whatever OS you have, open the folder that serviio is in. Inside that folder is another folder called plugins.
Serviio documentation is very good. If you have a media server you should at least know how to open a folder in your os gui, I am a little blown away by that?
https://wiki.serviio.org/doku.php?id=start
Good luck.
By default in windows I am pretty sure in 64 bit windows its (from memory haha):
C:\Program Files (x86)\Serviio\

Whatever OS you have, open the folder that serviio is in. Inside that folder is another folder called plugins.
Serviio documentation is very good. If you have a media server you should at least know how to open a folder in your os gui, I am a little blown away by that?
https://wiki.serviio.org/doku.php?id=start
Good luck.
By default in windows I am pretty sure in 64 bit windows its (from memory haha):
C:\Program Files (x86)\Serviio\
Who is online
Users browsing this forum: No registered users and 7 guests