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 Plugins
Popular Plugins
My TVSeries
How do i create a "import path" view ?
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="RoChess" data-source="post: 653634" data-attributes="member: 18896"><p><strong>Re: AW: How do i create a "import path" view ?</strong></p><p></p><p></p><p></p><p>You open your TVSeriesDatabase4.db3 database file in an SQLite editor, and then go to the 'Views' table.</p><p></p><p>In here you will find all the views that come default and those that you added via the MP-TVSeries configuration screen for Views. The name of the view is in the TransToken column and the pseudoSQL is in the viewConfig column.</p><p></p><p>So add a new view, and then edit that view with an SQLite editor so it does what you want. But in order to do so you need to know SQL, so you can create the correct query and then you need to convert that into MP-TVSeries pseudeSQL. This is not easy, which is why there are only a select few templates included on what most people want a view on.</p><p></p><p>The pseudoSQL only has access to a few select tables and corresponding columns, but I lost my reference guide as to which ones they are. Just check the pseudoSQL code on the existing templates otherwise, you should be able to figure it out if you know SQL. And if you don't then you will just have to be patient till more view filter functionality is added in the future.</p><p></p><p>PS: And I believe I answered you before, you can just use the default Template for 'Removable Media'. Place your German series on the local HDD and the English one on Removable media, then you can filter them with the existing template. Otherwise look at the pseudoSQL code for the templates on 'High Definition', 'Removable Media' and 'Subtitles' and you might be able to figure something out that will work for your situation.</p></blockquote><p></p>
[QUOTE="RoChess, post: 653634, member: 18896"] [b]Re: AW: How do i create a "import path" view ?[/b] You open your TVSeriesDatabase4.db3 database file in an SQLite editor, and then go to the 'Views' table. In here you will find all the views that come default and those that you added via the MP-TVSeries configuration screen for Views. The name of the view is in the TransToken column and the pseudoSQL is in the viewConfig column. So add a new view, and then edit that view with an SQLite editor so it does what you want. But in order to do so you need to know SQL, so you can create the correct query and then you need to convert that into MP-TVSeries pseudeSQL. This is not easy, which is why there are only a select few templates included on what most people want a view on. The pseudoSQL only has access to a few select tables and corresponding columns, but I lost my reference guide as to which ones they are. Just check the pseudoSQL code on the existing templates otherwise, you should be able to figure it out if you know SQL. And if you don't then you will just have to be patient till more view filter functionality is added in the future. PS: And I believe I answered you before, you can just use the default Template for 'Removable Media'. Place your German series on the local HDD and the English one on Removable media, then you can filter them with the existing template. Otherwise look at the pseudoSQL code for the templates on 'High Definition', 'Removable Media' and 'Subtitles' and you might be able to figure something out that will work for your situation. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
My TVSeries
How do i create a "import path" view ?
Contact us
RSS
Top
Bottom