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: 1286816" data-attributes="member: 153283"><p>Sorry to bother you again. I'm looking at the picture scan.</p><p></p><p>Suppose I have 100 pictures to scan in, the counter shows the picture count going from 1 to 100. At the end of the scan the total is shown as 200.</p><p></p><p>There's a bit of code that doubles the count (to account for different sized thumbnails.</p><p></p><p> if (!noLargeThumbnails)</p><p> {</p><p> // Display double count (for generate small and large thumbnail)</p><p> totalFiles = availableFiles.Count*2;</p><p> }</p><p> else</p><p> {</p><p> totalFiles = availableFiles.Count;</p><p> }</p><p></p><p>That's fine internally but as a user I am expecting to see that all 100 have been processed and don't really care that the system is holding 200 thumbnails.</p><p></p><p>I find the 200 final figure a bit misleading. Shouldn't the final figure be the actual number of images scanned in?</p><p></p><p>I also keep getting the following type of error:</p><p></p><p>[2021-11-04 08:55:11,534] [Config ] [PoolThread33] [ERROR] - Picture:ReCreateThumbnail Could not find file '\\safehelp08\MediaPortal TV Server\Thumbs\Test\Pictures\44\2133543444L.jpg'.</p><p></p><p>I think this is coming from Core. Despite the error, all of my pictures are in the database - so should it really be an error? I get stacks of these errors every time I do a scan of pictures.</p></blockquote><p></p>
[QUOTE="Anthony Vaughan, post: 1286816, member: 153283"] Sorry to bother you again. I'm looking at the picture scan. Suppose I have 100 pictures to scan in, the counter shows the picture count going from 1 to 100. At the end of the scan the total is shown as 200. There's a bit of code that doubles the count (to account for different sized thumbnails. if (!noLargeThumbnails) { // Display double count (for generate small and large thumbnail) totalFiles = availableFiles.Count*2; } else { totalFiles = availableFiles.Count; } That's fine internally but as a user I am expecting to see that all 100 have been processed and don't really care that the system is holding 200 thumbnails. I find the 200 final figure a bit misleading. Shouldn't the final figure be the actual number of images scanned in? I also keep getting the following type of error: [2021-11-04 08:55:11,534] [Config ] [PoolThread33] [ERROR] - Picture:ReCreateThumbnail Could not find file '\\safehelp08\MediaPortal TV Server\Thumbs\Test\Pictures\44\2133543444L.jpg'. I think this is coming from Core. Despite the error, all of my pictures are in the database - so should it really be an error? I get stacks of these errors every time I do a scan of pictures. [/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