Page 6 of 8

Re: ILIVE - A Video Livestreams Server Collection

PostPosted: Wed May 01, 2013 3:17 am
by jhb50
It may be that Ilive is varying their html page. I thought I had handled this but I see the code in the plugin was incorrect, so I have posted V14 with the fix.

Re: ILIVE - A Video Livestreams Server Collection

PostPosted: Wed May 01, 2013 1:31 pm
by _SDK_
Many thanks for your hard work.
I truly appreciate it.
Regards

Re: ILIVE - A Video Livestreams Server Collection

PostPosted: Tue May 14, 2013 4:31 am
by _SDK_
Haven't been able to get iLive plug working for a while now. Everything that failed before is working, iLive webpage, etc. (unlike before where I was locked out for having a virus) All other things Serviio (plugs, videos) working perfectly at this time. I have deleted and re-added, re-ordered, in the library many times over the last week or so... same result. Posting a bit of the log FWIW.
Regards...

[DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device 6abd6656-330d-34bc-8480-58290724adb1
2013-05-13 23:22:44,818 DEBUG [FeedItemUrlExtractor] ILive: Parsing with ILive V14
2013-05-13 23:22:46,590 DEBUG [DiscoveryAdvertisementNotifier] Will advertise again in 00:03:24 (advertisement duration is 1800 sec.)
2013-05-13 23:22:48,894 WARN [FeedUpdaterThread] An error occured while scanning for online item information, will continue
java.io.IOException: Unexpected error while invoking plugin (ILive): index is out of range 0..-1 (index = 0)
at org.serviio.library.online.WebResourceParser.parse(WebResourceParser.java:58)
at org.serviio.library.online.OnlineLibraryManager.findResource(OnlineLibraryManager.java:171)
at org.serviio.library.online.OnlineLibraryManager.findResourceInCacheOrParse(OnlineLibraryManager.java:186)
at org.serviio.library.online.metadata.FeedUpdaterThread.getOnlineItems(FeedUpdaterThread.java:159)
at org.serviio.library.online.metadata.FeedUpdaterThread.run(FeedUpdaterThread.java:96)
Caused by: java.lang.IndexOutOfBoundsException: index is out of range 0..-1 (index = 0)
at org.codehaus.groovy.runtime.DefaultGroovyMethods.getAt(DefaultGroovyMethods.java:6202)
at org.codehaus.groovy.runtime.dgm$310.invoke(Unknown Source)
at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite$PojoMetaMethodSiteNoUnwrapNoCoerce.invoke(PojoMetaMethodSite.java:271)
at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethodSite.java:53)
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116)
at ILive.extractItems(ILive.groovy:268)
at org.serviio.library.online.WebResourceUrlExtractor$1.executePluginMethod(WebResourceUrlExtractor.java:32)
at org.serviio.library.online.WebResourceUrlExtractor$1.executePluginMethod(WebResourceUrlExtractor.java:29)
at org.serviio.library.online.PluginExecutionProcessor$1.call(PluginExecutionProcessor.java:50)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at java.lang.Thread.run(Thread.java:680)
2013-05-13 23:22:48,895 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 17)
2013-05-13 23:22:48,896 DEBUG [OnlineLibraryManager] Resource http://www.skysports.plus/ not in cache yet, loading it
2013-05-13 23:22:48,896 DEBUG [WebResourceParser] Parsing web resource 'http://www.skysports.plus/'
2013-05-13 23:22:48,896 DEBUG [WebResourceParser] Found matching url extractor (skysportsplus) for resource http://www.skysports.plus/
2013-05-13 23:22:48,896 DEBUG [FeedItemUrlExtractor] skysportsplus: Starting parsing resource: http://www.skysports.plus/
2013-05-13 23:22:48,896 DEBUG [FeedItemUrlExtractor] skysportsplus: Parsing with SkysportsPlus V24

Re: ILIVE - A Video Livestreams Server Collection

PostPosted: Tue May 14, 2013 1:03 pm
by jhb50
Thanks for posting. Yes they changed their site. Version 15 now posted with that fix and a number of improvements. The default sort is now by Title, and terms may be specified to limit the streams displayed. See the description in the first post for updated details.

Re: ILIVE - A Video Livestreams Server Collection

PostPosted: Thu May 23, 2013 12:13 am
by Lincsguy
Hi, Im having some trouble loading the content for this, here is a portion of my log.

2013-05-23 01:08:26,046 DEBUG [OnlineLibraryManager] Resource http://www.ilive.to/channels/general not in cache yet, loading it
2013-05-23 01:08:26,046 DEBUG [WebResourceParser] Parsing web resource 'http://www.ilive.to/channels/general'
2013-05-23 01:08:26,046 DEBUG [WebResourceParser] Found matching url extractor (ILive) for resource http://www.ilive.to/channels/general
2013-05-23 01:08:26,046 DEBUG [FeedItemUrlExtractor] ILive: Starting parsing resource: http://www.ilive.to/channels/general
2013-05-23 01:08:26,046 DEBUG [FeedItemUrlExtractor] ILive: Parsing with ILive V15
2013-05-23 01:08:26,593 WARN [FeedUpdaterThread] An error occured while scanning for online item information, will continue
java.io.IOException: Unexpected error while invoking plugin (ILive): No such property: count for class: java.lang.String
at org.serviio.library.online.WebResourceParser.parse(WebResourceParser.java:58)
at org.serviio.library.online.OnlineLibraryManager.findResource(OnlineLibraryManager.java:171)
at org.serviio.library.online.OnlineLibraryManager.findResourceInCacheOrParse(OnlineLibraryManager.java:186)
at org.serviio.library.online.metadata.FeedUpdaterThread.getOnlineItems(FeedUpdaterThread.java:159)
at org.serviio.library.online.metadata.FeedUpdaterThread.run(FeedUpdaterThread.java:96)
Caused by: groovy.lang.MissingPropertyException: No such property: count for class: java.lang.String
at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.unwrap(ScriptBytecodeAdapter.java:50)
at org.codehaus.groovy.runtime.callsite.GetEffectivePojoPropertySite.getProperty(GetEffectivePojoPropertySite.java:63)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callGetProperty(AbstractCallSite.java:227)
at ILive.extractItems(ILive.groovy:271)
at org.serviio.library.online.WebResourceUrlExtractor$1.executePluginMethod(WebResourceUrlExtractor.java:32)
at org.serviio.library.online.WebResourceUrlExtractor$1.executePluginMethod(WebResourceUrlExtractor.java:29)
at org.serviio.library.online.PluginExecutionProcessor$1.call(PluginExecutionProcessor.java:50)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
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)
2013-05-23 01:08:26,593 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 79)
2013-05-23 01:08:26,609 DEBUG [OnlineLibraryManager] Resource http://www.ilive.to/channels/sport not in cache yet, loading it
2013-05-23 01:08:26,609 DEBUG [WebResourceParser] Parsing web resource 'http://www.ilive.to/channels/sport'
2013-05-23 01:08:26,609 DEBUG [WebResourceParser] Found matching url extractor (ILive) for resource http://www.ilive.to/channels/sport
2013-05-23 01:08:26,609 DEBUG [FeedItemUrlExtractor] ILive: Starting parsing resource: http://www.ilive.to/channels/sport
2013-05-23 01:08:26,609 DEBUG [FeedItemUrlExtractor] ILive: Parsing with ILive V15
2013-05-23 01:08:27,093 WARN [FeedUpdaterThread] An error occured while scanning for online item information, will continue
java.io.IOException: Unexpected error while invoking plugin (ILive): No such property: count for class: java.lang.String
at org.serviio.library.online.WebResourceParser.parse(WebResourceParser.java:58)
at org.serviio.library.online.OnlineLibraryManager.findResource(OnlineLibraryManager.java:171)
at org.serviio.library.online.OnlineLibraryManager.findResourceInCacheOrParse(OnlineLibraryManager.java:186)
at org.serviio.library.online.metadata.FeedUpdaterThread.getOnlineItems(FeedUpdaterThread.java:159)
at org.serviio.library.online.metadata.FeedUpdaterThread.run(FeedUpdaterThread.java:96)
Caused by: groovy.lang.MissingPropertyException: No such property: count for class: java.lang.String
at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.unwrap(ScriptBytecodeAdapter.java:50)
at org.codehaus.groovy.runtime.callsite.GetEffectivePojoPropertySite.getProperty(GetEffectivePojoPropertySite.java:63)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callGetProperty(AbstractCallSite.java:227)
at ILive.extractItems(ILive.groovy:271)
at org.serviio.library.online.WebResourceUrlExtractor$1.executePluginMethod(WebResourceUrlExtractor.java:32)
at org.serviio.library.online.WebResourceUrlExtractor$1.executePluginMethod(WebResourceUrlExtractor.java:29)
at org.serviio.library.online.PluginExecutionProcessor$1.call(PluginExecutionProcessor.java:50)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
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)
2013-05-23 01:08:27,093 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 80)
2013-05-23 01:08:27,109 DEBUG [OnlineLibraryManager] Resource http://www.ilive.to/channels/music not in cache yet, loading it
2013-05-23 01:08:27,109 DEBUG [WebResourceParser] Parsing web resource 'http://www.ilive.to/channels/music'
2013-05-23 01:08:27,109 DEBUG [WebResourceParser] Found matching url extractor (ILive) for resource http://www.ilive.to/channels/music
2013-05-23 01:08:27,109 DEBUG [FeedItemUrlExtractor] ILive: Starting parsing resource: http://www.ilive.to/channels/music
2013-05-23 01:08:27,109 DEBUG [FeedItemUrlExtractor] ILive: Parsing with ILive V15
2013-05-23 01:08:27,640 WARN [FeedUpdaterThread] An error occured while scanning for online item information, will continue
java.io.IOException: Unexpected error while invoking plugin (ILive): No such property: count for class: java.lang.String
at org.serviio.library.online.WebResourceParser.parse(WebResourceParser.java:58)

Any help would be appreciated.

Re: ILIVE - A Video Livestreams Server Collection

PostPosted: Thu May 23, 2013 3:21 am
by jhb50
@lincsguy I see no reason for this. Mine works correctly. Try redownloading the plugin. I assume you are using latest Serviio 1.2

Re: ILIVE - A Video Livestreams Server Collection

PostPosted: Thu May 23, 2013 10:56 am
by Lincsguy
jhb50 wrote:@lincsguy I see no reason for this. Mine works correctly. Try redownloading the plugin. I assume you are using latest Serviio 1.2


Thanks for the reply.

Yes, Version 1.2.1.

I have just deleted the plugin, shutdown Serviio and re-installed Ilive.groovy from viewtopic.php?f=20&t=6086#p43887. Here is a copy of the log regarding plugins being added:

2013-05-23 11:42:07,843 INFO [RendererSearchSender] Searching for Renderer devices
2013-05-23 11:42:11,843 INFO [PluginCompilerThread] Added Web Resouce plugin 4OD (UK only) (Channel4od.groovy), version: 1
2013-05-23 11:42:12,765 INFO [PluginCompilerThread] Added Web Resouce plugin cricfree.tv (CricFreeTV.groovy), version: 1
2013-05-23 11:42:13,437 INFO [PluginCompilerThread] Added Web Resouce plugin ILive (ILive.groovy), version: 15
2013-05-23 11:42:14,421 INFO [Messages] Loaded console message bundle for locale: en
2013-05-23 11:42:17,359 INFO [PluginCompilerThread] Added Feed plugin BBC iPlayer (UK only) (IPlayer.groovy), version: 1
2013-05-23 11:42:20,546 INFO [ContentDirectoryDefinitionParser] Parsing ContentDirectory definition
2013-05-23 11:42:23,562 INFO [BrowsingCategoriesMessages] Loaded browsing categories message bundle for locale: en
2013-05-23 11:42:25,734 INFO [PluginCompilerThread] Added Web Resouce plugin ITVPlayer (UK only) (ITVPlayer.groovy), version: 3
2013-05-23 11:42:25,859 INFO [PluginCompilerThread] Added Feed plugin LiveFeeds (LiveFeeds.groovy), version: 1
2013-05-23 11:42:27,093 INFO [PluginCompilerThread] Added Web Resouce plugin skysportsplus (SkysportsPlus.groovy), version: 24
2013-05-23 11:42:28,640 INFO [PluginCompilerThread] Added Web Resouce plugin Stopstream (Stopstream.groovy), version: 30
2013-05-23 11:42:33,890 INFO [FeedUpdaterThread] Started looking for information about online resources

Here is a copy regarding Plugins:

2013-05-23 11:45:34,421 WARN [FeedUpdaterThread] An error occured while scanning for online item information, will continue
java.io.IOException: Unexpected error while invoking plugin (ILive): No such property: count for class: java.lang.String
at org.serviio.library.online.WebResourceParser.parse(WebResourceParser.java:58)
at org.serviio.library.online.OnlineLibraryManager.findResource(OnlineLibraryManager.java:171)
at org.serviio.library.online.OnlineLibraryManager.findResourceInCacheOrParse(OnlineLibraryManager.java:186)
at org.serviio.library.online.metadata.FeedUpdaterThread.getOnlineItems(FeedUpdaterThread.java:159)
at org.serviio.library.online.metadata.FeedUpdaterThread.run(FeedUpdaterThread.java:96)
Caused by: groovy.lang.MissingPropertyException: No such property: count for class: java.lang.String
at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.unwrap(ScriptBytecodeAdapter.java:50)
at org.codehaus.groovy.runtime.callsite.GetEffectivePojoPropertySite.getProperty(GetEffectivePojoPropertySite.java:63)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callGetProperty(AbstractCallSite.java:227)
at ILive.extractItems(ILive.groovy:271)
at org.serviio.library.online.WebResourceUrlExtractor$1.executePluginMethod(WebResourceUrlExtractor.java:32)
at org.serviio.library.online.WebResourceUrlExtractor$1.executePluginMethod(WebResourceUrlExtractor.java:29)
at org.serviio.library.online.PluginExecutionProcessor$1.call(PluginExecutionProcessor.java:50)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
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)
2013-05-23 11:46:39,781 WARN [FeedUpdaterThread] An error occured while scanning for online item information, will continue
java.io.IOException: Unexpected error while invoking plugin (Stopstream): The operation took more than 60000 ms and has been cancelled.
at org.serviio.library.online.WebResourceParser.parse(WebResourceParser.java:58)
at org.serviio.library.online.OnlineLibraryManager.findResource(OnlineLibraryManager.java:171)
at org.serviio.library.online.OnlineLibraryManager.findResourceInCacheOrParse(OnlineLibraryManager.java:186)
at org.serviio.library.online.metadata.FeedUpdaterThread.getOnlineItems(FeedUpdaterThread.java:159)
at org.serviio.library.online.metadata.FeedUpdaterThread.run(FeedUpdaterThread.java:96)
Caused by: java.lang.RuntimeException: The operation took more than 60000 ms and has been cancelled.
at org.serviio.library.online.PluginExecutionProcessor.execute(PluginExecutionProcessor.java:64)
at org.serviio.library.online.WebResourceUrlExtractor.parseWebResource(WebResourceUrlExtractor.java:29)
at org.serviio.library.online.WebResourceParser.parse(WebResourceParser.java:56)
... 4 more
2013-05-23 11:47:44,343 WARN [FeedUpdaterThread] An error occured while scanning for online item information, will continue
java.io.IOException: Unexpected error while invoking plugin (ILive): No such property: count for class: java.lang.String
at org.serviio.library.online.WebResourceParser.parse(WebResourceParser.java:58)
at org.serviio.library.online.OnlineLibraryManager.findResource(OnlineLibraryManager.java:171)
at org.serviio.library.online.OnlineLibraryManager.findResourceInCacheOrParse(OnlineLibraryManager.java:186)
at org.serviio.library.online.metadata.FeedUpdaterThread.getOnlineItems(FeedUpdaterThread.java:159)
at org.serviio.library.online.metadata.FeedUpdaterThread.run(FeedUpdaterThread.java:96)
Caused by: groovy.lang.MissingPropertyException: No such property: count for class: java.lang.String
at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.unwrap(ScriptBytecodeAdapter.java:50)
at org.codehaus.groovy.runtime.callsite.GetEffectivePojoPropertySite.getProperty(GetEffectivePojoPropertySite.java:63)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callGetProperty(AbstractCallSite.java:227)
at ILive.extractItems(ILive.groovy:271)
at org.serviio.library.online.WebResourceUrlExtractor$1.executePluginMethod(WebResourceUrlExtractor.java:32)
at org.serviio.library.online.WebResourceUrlExtractor$1.executePluginMethod(WebResourceUrlExtractor.java:29)
at org.serviio.library.online.PluginExecutionProcessor$1.call(PluginExecutionProcessor.java:50)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
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)
2013-05-23 11:48:54,781 WARN [FeedUpdaterThread] An error occured while scanning for online item information, will continue
java.io.IOException: Unexpected error while invoking plugin (Stopstream): The operation took more than 60000 ms and has been cancelled.
at org.serviio.library.online.WebResourceParser.parse(WebResourceParser.java:58)
at org.serviio.library.online.OnlineLibraryManager.findResource(OnlineLibraryManager.java:171)
at org.serviio.library.online.OnlineLibraryManager.findResourceInCacheOrParse(OnlineLibraryManager.java:186)
at org.serviio.library.online.metadata.FeedUpdaterThread.getOnlineItems(FeedUpdaterThread.java:159)
at org.serviio.library.online.metadata.FeedUpdaterThread.run(FeedUpdaterThread.java:96)
Caused by: java.lang.RuntimeException: The operation took more than 60000 ms and has been cancelled.
at org.serviio.library.online.PluginExecutionProcessor.execute(PluginExecutionProcessor.java:64)
at org.serviio.library.online.WebResourceUrlExtractor.parseWebResource(WebResourceUrlExtractor.java:29)
at org.serviio.library.online.WebResourceParser.parse(WebResourceParser.java:56)
... 4 more
2013-05-23 11:49:21,796 INFO [RendererManager] Stored a new renderer: uuid='df707e86-ce6d-46c5-841f-63499565d45b', name = 'Unrecognized device', ipAddress='192.168.1.64', profile = '1'
2013-05-23 11:49:55,593 WARN [FeedUpdaterThread] An error occured while scanning for online item information, will continue
java.io.IOException: Unexpected error while invoking plugin (ILive): No such property: count for class: java.lang.String
at org.serviio.library.online.WebResourceParser.parse(WebResourceParser.java:58)
at org.serviio.library.online.OnlineLibraryManager.findResource(OnlineLibraryManager.java:171)
at org.serviio.library.online.OnlineLibraryManager.findResourceInCacheOrParse(OnlineLibraryManager.java:186)
at org.serviio.library.online.metadata.FeedUpdaterThread.getOnlineItems(FeedUpdaterThread.java:159)
at org.serviio.library.online.metadata.FeedUpdaterThread.run(FeedUpdaterThread.java:96)
Caused by: groovy.lang.MissingPropertyException: No such property: count for class: java.lang.String
at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.unwrap(ScriptBytecodeAdapter.java:50)
at org.codehaus.groovy.runtime.callsite.GetEffectivePojoPropertySite.getProperty(GetEffectivePojoPropertySite.java:63)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callGetProperty(AbstractCallSite.java:227)
at ILive.extractItems(ILive.groovy:271)
at org.serviio.library.online.WebResourceUrlExtractor$1.executePluginMethod(WebResourceUrlExtractor.java:32)
at org.serviio.library.online.WebResourceUrlExtractor$1.executePluginMethod(WebResourceUrlExtractor.java:29)
at org.serviio.library.online.PluginExecutionProcessor$1.call(PluginExecutionProcessor.java:50)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
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)


Have I got another plugin in the list that may be conflicting? I have re-installed Serviio three times now and each time I seem to be getting this same problem.

What does 'No such property: count for class: java.lang.String' mean exactly?

Re: ILIVE - A Video Livestreams Server Collection

PostPosted: Fri May 24, 2013 1:52 am
by jhb50
Try the attached groovy. Its a very subtle change but perhaps your java is different than my V7-21. If it works I will update the released plugin.

Re: ILIVE - A Video Livestreams Server Collection

PostPosted: Fri May 24, 2013 10:57 am
by Lincsguy
LEGEND..!!!

This works perfectly, thnk you very much :D

Re: ILIVE - A Video Livestreams Server Collection

PostPosted: Fri May 24, 2013 12:36 pm
by Socratez
Super. Thank you very much.

Re: ILIVE - A Video Livestreams Server Collection

PostPosted: Tue May 28, 2013 11:30 am
by jhb50
Version 16 posted

Re: ILIVE - A Video Livestreams Server Collection

PostPosted: Tue Jun 25, 2013 8:08 pm
by siriusblack
HI

Just wondering if ilive is working for anyone

It stopped working for me today

However the thumbnails are still showing up but not loading

Here is my log
ilive.txt
(1.51 KiB) Downloaded 1515 times



Thanks

Re: ILIVE - A Video Livestreams Server Collection

PostPosted: Wed Jun 26, 2013 12:55 pm
by jhb50
Works for me. You did not show all of the ilive parse, but perhaps your bad eigttrack is screwing things up. Why not get rid of it.

Re: ILIVE - A Video Livestreams Server Collection

PostPosted: Wed Jun 26, 2013 1:53 pm
by siriusblack
HI jhb50

Hope this helps

ilive.txt
(33.33 KiB) Downloaded 1496 times


If I need to get rid of eigttrack how do you do that please

Thanks

Re: ILIVE - A Video Livestreams Server Collection

PostPosted: Wed Jun 26, 2013 5:30 pm
by flojo
jhb50 wrote:Works for me. You did not show all of the ilive parse, but perhaps your bad eigttrack is screwing things up. Why not get rid of it.


Yeah Ilive looks poked.
@JHB50. What do you have as a Webresource?

Re: ILIVE - A Video Livestreams Server Collection

PostPosted: Wed Jun 26, 2013 7:15 pm
by jhb50
They have changed to a redirected url which will require some new tricks. I'm working on them and will likely release with Serviio 1.3.

Re: ILIVE - A Video Livestreams Server Collection

PostPosted: Wed Jun 26, 2013 7:17 pm
by jhb50
siriusblack wrote:If I need to get rid of eigttrack how do you do that please

You installed it so just reverse the process.

Re: ILIVE - A Video Livestreams Server Collection

PostPosted: Thu Jun 27, 2013 11:04 am
by siriusblack
HI jhb50

For some reason its on the laptop and I didn't install it manually

I tried to go to a old restore didn't fix it, I also tried doing a full uninstall of serviio

which also didn't fix it

any advice would be appreciated

Thanks

Re: ILIVE - A Video Livestreams Server Collection

PostPosted: Thu Jun 27, 2013 1:01 pm
by jhb50
Pretty self explanatory "plugin matching (EightTracks)"
It says you have a plugin matching (EightTracks)

Re: ILIVE - A Video Livestreams Server Collection

PostPosted: Thu Jun 27, 2013 2:30 pm
by siriusblack
Thanks jhb50

Sorry if I don't understand

This is all new to me

we're do I dealete the eight track please