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
Support
Watch / Listen Media
Television (MyTV frontend and TV-Server)
TVservice not Started
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="dir" data-source="post: 329646" data-attributes="member: 24485"><p>Check that the network is up before the tv service starts. Check that the tv service can find the server named in the configuration (where it lists the server then the cards underneath it).</p><p></p><p>To start the TV Service when it gives you that warning, do a "restart". I do this the long way (right click My Computer, select Manage, select Services, select TVService, select restart. </p><p></p><p>I also created a bat file that did this:</p><p></p><p>net stop tvservice</p><p>net start tvservice</p><p></p><p>which I'd run after the network was completely up. I'd know this because I could then create shares and access remote files. Until I could do that, my network wasn't up. No matter what things told me it was; it wasn't. They lied.</p><p></p><p>So I created a bat file that does this:</p><p></p><p>net use * /d</p><p>net use * \\server\share</p><p>net stop tvservice</p><p>net start tvservice</p><p></p><p>then I got fancy and did something like this:</p><p></p><p><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite5" alt=":confused:" title="Confused :confused:" loading="lazy" data-shortname=":confused:" />tart</p><p>if not exist \\server\share\filename goto startnetwork</p><p>goto starttvservice</p><p></p><p>:startnetwork</p><p>net use * /d</p><p>net use * \\server\share</p><p>goto Start</p><p></p><p>:starttvservice</p><p>net stop tvservice</p><p>net start tvservice</p><p></p><p></p><p>The above may not be exactly correct syntax but you get the idea:</p><p>check if a file on the network exists. If it doen't, it's cuz the network ain't up yet, so make the network share and try again. Once the network file can be found, the network must be up, so jump to restarting the tvservice.</p><p></p><p></p><p>Note that this can go into a loop if the file on the network doesn't actually exist or some other reason why the test fails.</p><p></p><p>I have this bat file in my startup now.</p></blockquote><p></p>
[QUOTE="dir, post: 329646, member: 24485"] Check that the network is up before the tv service starts. Check that the tv service can find the server named in the configuration (where it lists the server then the cards underneath it). To start the TV Service when it gives you that warning, do a "restart". I do this the long way (right click My Computer, select Manage, select Services, select TVService, select restart. I also created a bat file that did this: net stop tvservice net start tvservice which I'd run after the network was completely up. I'd know this because I could then create shares and access remote files. Until I could do that, my network wasn't up. No matter what things told me it was; it wasn't. They lied. So I created a bat file that does this: net use * /d net use * \\server\share net stop tvservice net start tvservice then I got fancy and did something like this: :Start if not exist \\server\share\filename goto startnetwork goto starttvservice :startnetwork net use * /d net use * \\server\share goto Start :starttvservice net stop tvservice net start tvservice The above may not be exactly correct syntax but you get the idea: check if a file on the network exists. If it doen't, it's cuz the network ain't up yet, so make the network share and try again. Once the network file can be found, the network must be up, so jump to restarting the tvservice. Note that this can go into a loop if the file on the network doesn't actually exist or some other reason why the test fails. I have this bat file in my startup now. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
Watch / Listen Media
Television (MyTV frontend and TV-Server)
TVservice not Started
Contact us
RSS
Top
Bottom