home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Talk
XBMC Python Script
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="dubbeld" data-source="post: 397986" data-attributes="member: 40948"><p>Well I also got the latest SVN version of the TV-Server, but (like other users had noticed) the plugin isn't working.</p><p></p><p>It can't get the channelgroup/channels (ServerInterface.cs public bool setup()):</p><p>[code]</p><p> RemoteControl.Instance.GetDatabaseConnectionString(out connStr, out provider);</p><p> Gentle.Framework.ProviderFactory.SetDefaultProviderConnectionString(connStr);</p><p></p><p> me = new User();</p><p> me.IsAdmin = true;</p><p> groups = ChannelGroup.ListAll();</p><p></p><p> foreach (ChannelGroup group in groups)</p><p> Console.WriteLine(group.GroupName);</p><p>[/code]</p><p></p><p>This won't return any group, connStr is set by GetDatabaseConn... but it can't select ChannelGroups. Does anyone knows a solution, since the SVN version is far more stable.</p><p></p><p><strong>EDIT:</strong></p><p>Ok got it working! Can someone compile it with the gentle.txt (rename it to Gentle.config and overwrite the current one in the SVN).</p><p></p><p>Now you can use the latest TV-Server (only channel switching isn't working here...).</p><p></p><p>Btw a question, how did you compile it, I only got a .exe, which is working, but that isn't a .dll, if I change .exe to .dll it is missing the Gentle.config file, so it isn't working... (you probably have to compile it with the .dll)</p><p></p><p>Btw2: If there is a developer who wants to cooperate to make this script working (and extend it)... I'm in...</p></blockquote><p></p>
[QUOTE="dubbeld, post: 397986, member: 40948"] Well I also got the latest SVN version of the TV-Server, but (like other users had noticed) the plugin isn't working. It can't get the channelgroup/channels (ServerInterface.cs public bool setup()): [code] RemoteControl.Instance.GetDatabaseConnectionString(out connStr, out provider); Gentle.Framework.ProviderFactory.SetDefaultProviderConnectionString(connStr); me = new User(); me.IsAdmin = true; groups = ChannelGroup.ListAll(); foreach (ChannelGroup group in groups) Console.WriteLine(group.GroupName); [/code] This won't return any group, connStr is set by GetDatabaseConn... but it can't select ChannelGroups. Does anyone knows a solution, since the SVN version is far more stable. [B]EDIT:[/B] Ok got it working! Can someone compile it with the gentle.txt (rename it to Gentle.config and overwrite the current one in the SVN). Now you can use the latest TV-Server (only channel switching isn't working here...). Btw a question, how did you compile it, I only got a .exe, which is working, but that isn't a .dll, if I change .exe to .dll it is missing the Gentle.config file, so it isn't working... (you probably have to compile it with the .dll) Btw2: If there is a developer who wants to cooperate to make this script working (and extend it)... I'm in... [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Talk
XBMC Python Script
Contact us
RSS
Top
Bottom