INTERACT FORUM
More => Old Versions => Media Center 12 (Development Ended) => Topic started by: JetBlack on July 14, 2008, 11:39:23 pm
-
When I am tagging music MC takes 5 to 7 seconds to take the information and then go to the next field. Why does it take so long?
-
Virus checker?
Slow drive?
-
Try using Media Jukebox 12, I expect you will find as I did that it will tag without the delay, but do not ask me why.
-
When I am tagging music MC takes 5 to 7 seconds to take the information and then go to the next field. Why does it take so long?
It shouldn't.
Please give more details about:
- What view you are in
- How large your library is
- How you are editing
Note that Media Jukebox and Media Center are the same code base, so there will not be a performance difference.
-
I have noticed a similar delay when I have more than one "complex" view open in tabs. The solution is to have only one complex view open at a time. In my case I temporarily set the other tabs to a "simple" view like Playing Now and the delay goes away.
-
I see a 1 - 2 second tagging lag here if I have several tabs open and there is a pane selection in one of the non-visible tabs. The lag is present even on tags that are held in the database only.
Example:
Playing Now view (plus another couple of open tabs, holding pane selections)
30k file library of all media types, mostly audio and image files.
Apply a rating by clicking in the rating column...
MC lags for a second or two.
-marko.
-
I have noticed a similar delay when I have more than one "complex" view open in tabs.
Are the views parameters dependant on the tags being modified ?
So modify tag, refresh, view updates or
...independent.
-
I have noticed a similar delay when I have more than one "complex" view open in tabs. The solution is to have only one complex view open at a time. In my case I temporarily set the other tabs to a "simple" view like Playing Now and the delay goes away.
Just tested and this is definately why I am seeing a difference between MC and MJ in tagging speed.
The lag is present even on tags that are held in the database only.
same here
-
I'm pretty certain the delay is caused by an auto refresh that occurs after each field edit. The delay is the same length of time as a manual F5 refresh. Perhaps auto-refresh could be disabled for tabs that are not displayed?
-
I had too many tabs open. I closed all the tabs and now it is pretty fast.
Thanks
-
Hmmm... It seems like it would be better for MC to release the "hidden tab" resources and rebuild them on the fly when switching tabs. With "standard split views" you need to have the changes update all of the panes on the fly (as it were -- tag changes force a refresh on all open views) because each different view can be active at once.
However, with tabs, it leads you to open a bunch of them and you only ever see one at a time. A short "building view" delay when switching tabs, which would only ever be as long as the F5 refresh lag, is acceptable. Slowing the entire application down for 5-7 seconds though (based on the number of tabs and panes showing) doesn't seem like it makes as much sense.
Is this not how it is?