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
Development
General Development (no feature request here!)
Database: Refactor MP1 database for multi seat usage
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="Anthony Vaughan" data-source="post: 1286889" data-attributes="member: 153283"><p>I think I may have a way to speed up scanning that is also flexible. As I mentioned above, when you scan for the first time (movie info data not in the database) and there are conflicts, you choose which title you want data for and the scan process goes and gets the data and populates movie info. When you select the title, the internal processing sets up an object (IMDBUrl) that contains the information required to scan for that title - like which database to get the title from (e.g. TI_MDB).</p><p></p><p>I was thinking that if we store that IMDBUrl in the database for that movie, then, when we do a refresh, the scan can bypass all of the selection process and get the data. At the same time, you can choose to fetch actor data if you want. When you want to change the title for a movie you already have in the database, then use Lookup to get the data for that single movie.</p><p></p><p>Does that sound like a plan? I think it addresses all scenarios and will be a lot faster. BTW, since I have made fetch actors optional, the scan process is 100's of percent faster.</p></blockquote><p></p>
[QUOTE="Anthony Vaughan, post: 1286889, member: 153283"] I think I may have a way to speed up scanning that is also flexible. As I mentioned above, when you scan for the first time (movie info data not in the database) and there are conflicts, you choose which title you want data for and the scan process goes and gets the data and populates movie info. When you select the title, the internal processing sets up an object (IMDBUrl) that contains the information required to scan for that title - like which database to get the title from (e.g. TI_MDB). I was thinking that if we store that IMDBUrl in the database for that movie, then, when we do a refresh, the scan can bypass all of the selection process and get the data. At the same time, you can choose to fetch actor data if you want. When you want to change the title for a movie you already have in the database, then use Lookup to get the data for that single movie. Does that sound like a plan? I think it addresses all scenarios and will be a lot faster. BTW, since I have made fetch actors optional, the scan process is 100's of percent faster. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
General Development (no feature request here!)
Database: Refactor MP1 database for multi seat usage
Contact us
RSS
Top
Bottom