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
Is there any way to speed this import up?
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: 1178508" data-attributes="member: 18896"><p>[USER=52219]@ltfearme[/USER], here are the comparison log results between [USER=107242]@Lyfesaver74[/USER] database of 64MB and the one on my box of 35MB:</p><p></p><p>Mine:</p><p></p><p>[code]2016-03-14 17:19:47.278 [INFO][03]: *************** Gathering Local Information ***************</p><p>2016-03-14 17:19:47.282 [INFO][03]: Starting Local Filename Parsing, processing 19324 files</p><p>2016-03-14 17:19:56.659 [INFO][03]: Finished Local Filename Parsing</p><p>2016-03-14 17:20:10.508 [INFO][03]: Adding 0 new file(s) to Database</p><p>2016-03-14 17:20:19.698 [DEBG][03]: Begin Parsing action: MediaInfo[/code]</p><p></p><p>His (only 9.7% more files):</p><p></p><p>[code]2016-03-14 16:36:27.234 [INFO][03]: *************** Gathering Local Information ***************</p><p>2016-03-14 16:36:27.234 [INFO][03]: Starting Local Filename Parsing, processing 21198 files</p><p>2016-03-14 16:36:38.714 [INFO][03]: Finished Local Filename Parsing</p><p>2016-03-14 16:38:54.994 [INFO][03]: Adding 0 new file(s) to Database</p><p>2016-03-14 16:39:01.194 [DEBG][03]: Begin Parsing action: MediaInfo[/code]</p><p></p><p>The massive delay is not in the parsing (9s versus 11s), but in the determining if new files were added since last time. Taking roughly 14 seconds for me, but 2m16s on his box.</p><p></p><p>From what I understand from the code @ <a href="https://github.com/damienhaynes/mptvseries/blob/66e851c90b69b8024dfdab7b7e64f2e8b04feaaf/MP-TVSeries/Online%20Parsing%20Classes/OnlineParse.cs#L3043-L3059" target="_blank">https://github.com/damienhaynes/mptvseries/blob/66e851c90b69b8024dfdab7b7e64f2e8b04feaaf/MP-TVSeries/Online Parsing Classes/OnlineParse.cs#L3043-L3059</a> that makes no sense to me <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p><p></p><p>Adding some extra log lines might clarify if there is one specific item causing the delay, such as for example the RemoveFilesInDB() function, your guess is as good as mine.</p><p></p><p>PS: I had him do a vacuum and reindex on the database after cleaning up some shows no longer on disk, and it shrunk database to 56MB (did the same on mine and it shrunk to 31MB), but no idea why it is almost 100% more in size in comparison for only 10% additional episodes.</p><p></p><p>PPS: System spec wise we are pretty identical, mine is a crappy AMD A4-5300 dual-core APU with 8GB of memory, and an old 40GB Mushkin SSD, and pretty sure his was roughly the same ([USER=107242]@Lyfesaver74[/USER] correct me if I am wrong).</p></blockquote><p></p>
[QUOTE="RoChess, post: 1178508, member: 18896"] [USER=52219]@ltfearme[/USER], here are the comparison log results between [USER=107242]@Lyfesaver74[/USER] database of 64MB and the one on my box of 35MB: Mine: [code]2016-03-14 17:19:47.278 [INFO][03]: *************** Gathering Local Information *************** 2016-03-14 17:19:47.282 [INFO][03]: Starting Local Filename Parsing, processing 19324 files 2016-03-14 17:19:56.659 [INFO][03]: Finished Local Filename Parsing 2016-03-14 17:20:10.508 [INFO][03]: Adding 0 new file(s) to Database 2016-03-14 17:20:19.698 [DEBG][03]: Begin Parsing action: MediaInfo[/code] His (only 9.7% more files): [code]2016-03-14 16:36:27.234 [INFO][03]: *************** Gathering Local Information *************** 2016-03-14 16:36:27.234 [INFO][03]: Starting Local Filename Parsing, processing 21198 files 2016-03-14 16:36:38.714 [INFO][03]: Finished Local Filename Parsing 2016-03-14 16:38:54.994 [INFO][03]: Adding 0 new file(s) to Database 2016-03-14 16:39:01.194 [DEBG][03]: Begin Parsing action: MediaInfo[/code] The massive delay is not in the parsing (9s versus 11s), but in the determining if new files were added since last time. Taking roughly 14 seconds for me, but 2m16s on his box. From what I understand from the code @ [URL]https://github.com/damienhaynes/mptvseries/blob/66e851c90b69b8024dfdab7b7e64f2e8b04feaaf/MP-TVSeries/Online%20Parsing%20Classes/OnlineParse.cs#L3043-L3059[/URL] that makes no sense to me :) Adding some extra log lines might clarify if there is one specific item causing the delay, such as for example the RemoveFilesInDB() function, your guess is as good as mine. PS: I had him do a vacuum and reindex on the database after cleaning up some shows no longer on disk, and it shrunk database to 56MB (did the same on mine and it shrunk to 31MB), but no idea why it is almost 100% more in size in comparison for only 10% additional episodes. PPS: System spec wise we are pretty identical, mine is a crappy AMD A4-5300 dual-core APU with 8GB of memory, and an old 40GB Mushkin SSD, and pretty sure his was roughly the same ([USER=107242]@Lyfesaver74[/USER] correct me if I am wrong). [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
My TVSeries
Is there any way to speed this import up?
Contact us
RSS
Top
Bottom