More > JRiver Media Center 24 for Windows

Panel in MC24

<< < (14/25) > >>

JimH:

--- Quote from: HiFiTubes on August 25, 2018, 03:58:33 am ---I'm not sure MC is well developed enough to serve the larger libraries we all have. Been noticing this for some time even using JRemote on a Gigabit LAN with modern equipment SSDs, and fast NAS, serving requests is just....slow.

--- End quote ---
Why don't you start a thread with more details and see if we can't help you solve this problem?

Castius:
Ok I finally have something at all to report about slow thumbnails.
Overall they still feel to slow to load when working. They seem to be first looking in each item to count the number of items in it. Then load the thumbnail. I guess waiting for jriver to generate the one image from all of them.
But! I have a DVR view that has 438 videos in it. If I go to that view it takes a really Long time. And after that all other thumbnails break in panel. Even on the views that were working.
I hope that help narrow down the chase of this issue.
Thanks

Castius:
Found it!
The way the view was setup affected the thumbnail loading!

So i looked in the log and saw these calls.

1131313: 480: Sharing Plugins: JRWebService::Process: Start
1131313: 480: Sharing Plugins: JRWebService::Process: URL: /MCWS/v1/Browse/Files?Version=2&Token=nbVNRwx7&ID=1073&Action=Serialize
1132610: 3000: Database: CSearchFilesHelper::GetResults: Search: [=TVInfo(NameDisplayWithDate)]=[Olympics 2018: Figure Skating /(ice dancing/), /"Olympic Ice/" /(2018/)] (([Filename (path)]="\TV\Recording" or [Filename (path)]="playlater" or [Filename (path)]="\TV Recording") ~sort=[Date Recorded]-d); Elapsed ms: 1294.768
1132610: 3000: Sharing Plugins: JRWebService::Process: Finish (7281 ms)
1132610: 3000: Sharing Plugins: VHTTPMessage::Write: Wrote 148 bytes

But after i click to another view in panel. These calls were still going.
The other pages never get any of the thumbnails. Until it all of these previous calls finished.

It only seemed to happen with this specific view. I have setup for dvr recordings.

So i changed the search for this view.
From This:
([Filename (path)]="\TV\Recording" or [Filename (path)]="playlater" or [Filename (path)]="\TV Recording") ~sort=[Date Recorded]-d
To this:.
[Filename (path)]=[F:\TV Recording" ~sort=[Date Recorded]-d

It went from 7 minutes to under 2 minutes!!!
So I took them all out and now it's seconds for all the thumbnails.

So i made a top category with this. [Media Type]=[Video] [Media Sub Type]=[TV Show]
Then under that i have add the search back.

* Recorded
*
* Search
Why did these searches affect the thumbnail loading?

Matt:

--- Quote from: Castius on September 13, 2018, 02:13:16 am ---From This:
([Filename (path)]="\TV\Recording" or [Filename (path)]="playlater" or [Filename (path)]="\TV Recording") ~sort=[Date Recorded]-d
To this:.
[Filename (path)]=[F:\TV Recording" ~sort=[Date Recorded]-d

--- End quote ---

Well the first search is searching inside the path (one of the slowest fields) for several strings.  Just putting them all together (so there's only one [Filename (path)]) would really help.

The second search caps at the start of the string so is a lot faster.

Castius:
Hmm, I thought that (or) was the only way.
How should combine them?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version