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 2004-11-03, 21:54   #1 (permalink)
Portal Member
 
Join Date: Sep 2004
Location: Seattle, WA
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts


Default Slide Show Features

Can the slide show feature for pictures do the following?

Travers a directory for sub directories. I arrange photos in groups and sub groups and would like to be able to show all photos in a parent group.

Can a random feature be added that generates a list of images for a slide show then optionally randomises the array changing the display order


Thanks
tthomas is offline   Reply With Quote
Old 2004-11-03, 23:02   #2 (permalink)
Super Moderator
 
FlipGer's Avatar
 
Join Date: Apr 2004
Location: Leipzig, Germany
Age: 33
Posts: 2,241
Thanks: 31
Thanked 53 Times in 39 Posts

Country:

My System

Default Re: Slide Show Features

Hi,

Quote:
Originally Posted by tthomas
Travers a directory for sub directories. I arrange photos in groups and sub groups and would like to be able to show all photos in a parent group.
Yes it can already. There are two slideshow buttons. "R.Slideshow" recurses all subdirs of one group.
Quote:
Originally Posted by tthomas
Can a random feature be added that generates a list of images for a slide show then optionally randomises the array changing the display order
Not possible (yet). But a nice idea, perhaps someone can implement this.

Flip.
FlipGer is offline   Reply With Quote
Old 2004-11-03, 23:58   #3 (permalink)
Portal Member
 
Join Date: Sep 2004
Location: Seattle, WA
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts


Default Some code for rand array lists

I use this code quite often in my apps..

Just fill the ArrayList al with the images then optionally pass to the rand routine.

Use al and an index pointer to keep track of current image.

//-----------------------
using System.Collections;

private ArrayList al = new ArrayList();
private int indx = 0;

Random r =new Random();
indx = r.Next(al.Count);
RandomizeArrayList(al,r);


private static void RandomizeArrayList(ArrayList arrayList, Random random)
{
if(arrayList == null) { return; }
int count = arrayList.Count;
for(int i=0;i<count;i++)
{
Object tmp = arrayList[i];
arrayList.RemoveAt(i);
arrayList.Insert(random.Next(count), tmp);
}
}
tthomas is offline   Reply With Quote
Old 2004-11-04, 00:45   #4 (permalink)
Anonymous
Guest
 
Posts: n/a


Default

The randomisation has been just added this week for the My music section.
But not the ability to select a "root dirctory" and traverse sub-directory's... the randomisation play all the database

Anyway, will be happy when all those fuctions will be available for pictures, videos and music (not needed for news, mail and recipies ) hummm maybe recipies

Seb
  Reply With Quote
Old 2005-01-06, 18:06   #5 (permalink)
xenon2000
Guest
 
Posts: n/a


Default Re: Slide Show Features

Quote:
Originally Posted by tthomas
Can the slide show feature for pictures do the following?

Travers a directory for sub directories. I arrange photos in groups and sub groups and would like to be able to show all photos in a parent group.

Can a random feature be added that generates a list of images for a slide show then optionally randomises the array changing the display order


Thanks
I can't wait for a random images feature to be implemented... I use MP on a digital picture frame that I bought and so the slideshow is the most used MP feature on that device. I also use MP on my HTPC and like to leave it on the slideshow when I am not using it for other things.

So on the frame, I just have the builtin XP random slideshow running for now. To me, nothing is more boring than a picture slide show that goes in order. It's like scrolling through images on a digital camera, very dry and boring.

I haven't seen any mention of random image slideshow feature being a priority for a future release. Personally, I am shocked that the very first MP 0.0.0.1 (or whatever) release didn't have random image slideshow. Actually, it's open source, so I guess I should take a look and see if I can help that out.
  Reply With Quote
Reply

Bookmarks

Tags
features, show, slide

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
Typing in a search for a show? Am I missing something? ASiDiE Improvement Suggestions 10 2006-12-16 21:00
MyTV: Recordings do not show up in Timer-View as Finished The_Stig 0.2.0.0 Final and SVN Builds 3 2006-11-27 20:48
Timeshift does not turn off resulting in huge file sizes broadband412 The old Bugreport Forum 18 2006-06-16 08:47
2 Bugs when recording a show that's actually running Ralph Fixed 0.2 RC4 Bugs 6 2006-06-14 19:14
Recordings should show up when they start and not after. ASiDiE Improvement Suggestions 11 2006-02-22 12:04


All times are GMT +1. The time now is 11:19.


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