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
General Support
Where is tv config stored?
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="jameson_uk" data-source="post: 428078" data-attributes="member: 11220"><p>I re-installed the TV server the other day to play about with the TV Groups and manual control issues. In doing this I seem to have taken several steps backwards in terms of reliability (damn why did I re-install...)</p><p></p><p>I am now getting lots of "unable to start graph" errors on TV which I had a while ago but I am fairly sure I resolved somehow. I have some backups but I don't really want o restore the whole system and would rather look at the differences between the settings I have now and those I had previously. The main app settings are in MediaPortal.xml but I can not find the TV details. Are these in the database or is there an xml file I can look at?</p><p></p><p>Foudn the answer... it is in the database. Took me a while to clone the database to see the old values though. If anyone else did want to do this, I put copies of</p><p>MpTvDb.mdf</p><p>MpTvDb_log.LDF</p><p>files from back to C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data</p><p>(I called them xyz2)</p><p></p><p>with a different name. In SQL Server management studio express I ran a script </p><p>[code]USE [master]</p><p>GO</p><p>CREATE DATABASE [xyz2] ON </p><p>( FILENAME = N'C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data\xyz2.mdf' ),</p><p>( FILENAME = N'C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data\xyz2_log.ldf' )</p><p> FOR ATTACH</p><p>GO[/code]</p><p>Then I attached database and could view as necessary</p></blockquote><p></p>
[QUOTE="jameson_uk, post: 428078, member: 11220"] I re-installed the TV server the other day to play about with the TV Groups and manual control issues. In doing this I seem to have taken several steps backwards in terms of reliability (damn why did I re-install...) I am now getting lots of "unable to start graph" errors on TV which I had a while ago but I am fairly sure I resolved somehow. I have some backups but I don't really want o restore the whole system and would rather look at the differences between the settings I have now and those I had previously. The main app settings are in MediaPortal.xml but I can not find the TV details. Are these in the database or is there an xml file I can look at? Foudn the answer... it is in the database. Took me a while to clone the database to see the old values though. If anyone else did want to do this, I put copies of MpTvDb.mdf MpTvDb_log.LDF files from back to C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data (I called them xyz2) with a different name. In SQL Server management studio express I ran a script [code]USE [master] GO CREATE DATABASE [xyz2] ON ( FILENAME = N'C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data\xyz2.mdf' ), ( FILENAME = N'C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data\xyz2_log.ldf' ) FOR ATTACH GO[/code] Then I attached database and could view as necessary [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
General Support
Where is tv config stored?
Contact us
RSS
Top
Bottom