MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal 1 » Help on Development » Improvement Suggestions


Improvement Suggestions You have an idea how MediaPortal could be improved? Post it in here.

Reply
 
Thread Tools Display Modes
Old 2008-06-29, 23:01   #1 (permalink)
Portal Member
 
Join Date: Jun 2008
Location: Breda
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default MP looks frozen on large directories

I have my music-files on a NAS. When I go to My Music MP starts to read the music-directory but does not show any progress-indicator. It seems MP is frozen.

A progress-indicastor would be nice.

When I am looking at a tv-channel and a programmed recording starts on another channel MP freezes.

A warning like "MP is going to start recording channel XXX is a few minutes. Do you want to change the channel?" would be nice.

Last edited by perplexxen; 2008-06-29 at 23:03. Reason: Automerged Doublepost
perplexxen is offline   Reply With Quote
Old 2008-06-29, 23:55   #2 (permalink)
Super Moderator
 
Paranoid Delusion's Avatar
 
Join Date: Jun 2005
Location: Cheshire UK
Posts: 6,637
Thanks: 129
Thanked 235 Times in 209 Posts

Country:

My System

Default

Quote:
I have my music-files on a NAS. When I go to My Music MP starts to read the music-directory but does not show any progress-indicator. It seems MP is frozen.
Make sure you have scanned these files into the music database (MP config\music\database) then change the view inside MP\Music to whatever you like, ie artist or album, much quicker.

Quote:
When I am looking at a tv-channel and a programmed recording starts on another channel MP freezes.
That's a bit of a answer, but its easier if you can to add another tuner, with TVServer it really increases viewability of available channels.
Paranoid Delusion is offline   Reply With Quote
Old 2008-06-30, 10:47   #3 (permalink)
MP Donator
 
Join Date: Dec 2005
Location: Breugel
Age: 32
Posts: 55
Thanks: 6
Thanked 2 Times in 2 Posts

Country:

My System

Send a message via MSN to MdFolter
Default

[quote=Paranoid Delusion;279423]
Quote:
I have my music-files on a NAS. When I go to My Music MP starts to read the music-directory but does not show any progress-indicator. It seems MP is frozen.

Make sure you have scanned these files into the music database (MP config\music\database) then change the view inside MP\Music to whatever you like, ie artist or album, much quicker.
Same problem here, I got a NAS and it takes a while for the artists show up. I have tried to change view, didn't look into it very deep, but I didn't like it as it showed the artists/albums under a, b, c, while with shared files view I see my neatly ordered artists and albums.
Can I change the view of the database so that I can view it the same way?

Thanks in advance!
MdFolter is offline   Reply With Quote
Old 2008-06-30, 11:05   #4 (permalink)
Super Moderator
 
Paranoid Delusion's Avatar
 
Join Date: Jun 2005
Location: Cheshire UK
Posts: 6,637
Thanks: 129
Thanked 235 Times in 209 Posts

Country:

My System

Default

Remove group and 1 from artist view in MP config\music\music views

This will then show all.
Paranoid Delusion is offline   Reply With Quote
This User Say Thank You:
Old 2008-07-03, 10:08   #5 (permalink)
Portal Member
 
Join Date: Aug 2006
Age: 28
Posts: 126
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default

Is there a possibility to disable all database functinonality in MP? I don't need it.
daniel_1980 is offline   Reply With Quote
Old 2008-07-03, 10:56   #6 (permalink)
Super Moderator
 
Paranoid Delusion's Avatar
 
Join Date: Jun 2005
Location: Cheshire UK
Posts: 6,637
Thanks: 129
Thanked 235 Times in 209 Posts

Country:

My System

Default

Quote:
Is there a possibility to disable all database functinonality in MP? I don't need it.
If in shares view, then database is not loaded as such, just the viewable files.

But you cannot totally delete a database, it will always be there, if thats what you mean, as it just get recreated on each MP start.
Paranoid Delusion is offline   Reply With Quote
Old 2008-07-03, 18:19   #7 (permalink)
Portal Member
 
Join Date: Aug 2007
Age: 23
Posts: 75
Thanks: 0
Thanked 16 Times in 7 Posts

Country:


Default

Quote:
Originally Posted by Paranoid Delusion View Post
Make sure you have scanned these files into the music database (MP config\music\database) then change the view inside MP\Music to whatever you like, ie artist or album, much quicker.



That's a bit of a answer, but its easier if you can to add another tuner, with TVServer it really increases viewability of available channels.
I am having a similar issue with my Videos screen. I have about 330 Movies on my MP, and it takes about 9 seconds to show the list. This would not be a big deal if this delay only happened once; however, it does this each time it has to show this list. I downloaded the MP source code and it looks like a lot of the functionality is done with ArrayLists rather than List<>. This is probably a big part of what is causing the slowness. MPII I saw uses List<> though, so this will probably be a much lesser deal in that version. (I am still trying to get familiar with the source code, so this is only my guess currently.)


-LRFalk01
LRFalk01 is offline   Reply With Quote
Old 2008-07-04, 04:18   #8 (permalink)
Portal Member
 
Join Date: Feb 2007
Location: Los Angeles, CA
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts

Country:

My System

Default

Quote:
Originally Posted by daniel_1980 View Post
Is there a possibility to disable all database functinonality in MP? I don't need it.
I dont need the database functionality as well. I keep moving the folders and drive letters all the time, which means MP tries to re-read the tags.

What is the rationale behind reading all the files' tags in a folder before playback?

Kris
Kris404 is offline   Reply With Quote
Old 2008-07-04, 08:39   #9 (permalink)
Portal Member
 
Join Date: Aug 2006
Age: 28
Posts: 126
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default

Quote:
Originally Posted by Paranoid Delusion View Post
If in shares view, then database is not loaded as such, just the viewable files.

But you cannot totally delete a database, it will always be there, if thats what you mean, as it just get recreated on each MP start.
What I mean is:
A simple File Explorer would be enough for me to select the file (audio or video) to play next. I will never search for a special singer or anything in a database.
It takes up to one minute to just enter a folder with 200-300 mp3 files, then it takes up to 30 seconds to start playing the file I selected. When the reason for that behaviour is the scanning of all tags that is mentioned in this thread, the easiest solution would be to turn of this database functionality. I don't care if there is a database file created or not, I just want faster reaction of MP.

What is the "Shares view"?

Last edited by daniel_1980; 2008-07-04 at 08:41.
daniel_1980 is offline   Reply With Quote
Reply

Bookmarks

Tags
directories, frozen, large

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
MP freezes when looking at my pictures directories aweinman 0.2.3.0 RC3 and SVN Builds 17 2007-11-14 10:25
MP directories misterd Skins and Plugins Installer (MPI) 4 2007-11-01 16:57
MyMusic: MP doesn't show playlist and crashes after loading large playlist The_Stig fixed 0.2.0.0 bugs 1 2006-09-15 10:32
Directories missing in MP harlequin General Support 2 2006-07-27 09:41
MP Hangs (PC frozen) after about 20 to 30 Seconds... flip1975 General Support 3 2006-07-20 23:15


All times are GMT +1. The time now is 10:43.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress
Advertisement System V2.6 By   Branden