Re: [SlimDevices: Plugins] Announce: SuperDateTime - Current Date/Temperature and/or Baseball Screensaver

2017-04-05 Thread Campus

Hi, 

I noticed that NBA games were no longer shown and the log showed a 404
error. I found the line in the Plugin and changed from

Code:

my $url2 = 'http://www.nba.com/gameline/'.$year.$mon.$mday.'/';
  


to

Code:

my $url2 = 'http://origin.nba.com/gameline/'.$year.$mon.$mday.'/';
  


and the error disappeared. While doing this I also noticed a few lines
below this

Code:

http://data.nba.com/data//json/nbacom/


where the // looks wrong.

HTH



Campus's Profile: http://forums.slimdevices.com/member.php?userid=19687
View this thread: http://forums.slimdevices.com/showthread.php?t=14327

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] [Announce] Photo Gallery Plugin v1.0

2010-07-21 Thread Campus

mherger;563235 Wrote: 
 I have thousands of images in hundreds (or thousands) of sub-folders. My
 
 server takes 30-40 seconds to just find all the files. That's not the
 time  
 I'd want to wait for the favorites to be added.

I see the point but why do you want to forbid something that might make
no sense in some scenarios but would work in others? I have about 500
images in about 30 folders. That would work quite nicely on the root
folder.

I have another idea for enhancement: Currently you store the list of
files when adding a folder as a favorite. Wouldn't it be better to
store only the folder and search the list of files dynamically when
showing the files because that would also support adapting to changes
in those directories (for example adding or removing files.)

Thanks,
Campus


-- 
Campus

Campus's Profile: http://forums.slimdevices.com/member.php?userid=19687
View this thread: http://forums.slimdevices.com/showthread.php?t=76879

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] [Announce] Photo Gallery Plugin v1.0

2010-07-21 Thread Campus

Thanks a lot for updating the plugin version to 1.2.1 but I (again,
sorry) found some issues:

1. Some of my folders contain metadata files that share the basename
with a JPG image, like a.jpg has a a.jpg.xmd Unfortunately version
1.2.1 still adds the .xmd files to gallery.prefs.
2. Having those xmd files in it seem to render squeezebox unusable.
Looks like it scans all the files in an endless loop.
2. I removed all xmd file references with the line 
cat gallery.prefs | egrep -v xmd  gallery.prefs.clean
and renamed the files after the operation. After restarting
Squeezeserver the server now runs normally again, but the screen saver
slide show does not play (unable to load list of images) while the web
interface shows all images in a long list.

Any idea?

Thanks for your great work,
Campus


-- 
Campus

Campus's Profile: http://forums.slimdevices.com/member.php?userid=19687
View this thread: http://forums.slimdevices.com/showthread.php?t=76879

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] [Announce] Photo Gallery Plugin v1.0

2010-07-20 Thread Campus

Thanks a lot for this great enhancement. Where do you see the
performance problem regarding recursive adding of folders?

I found two little issues with gallery:

1. Adding folders adds all files within the folder and does not filter
out any non-JPEG files. This makes it impossible to view that
collection of files as a slideshow. I had to manually remove in the
config file the other files to get a working slideshow

2. The slideshow ignores the setting for random display. I have no idea
whether this is a problem of your gallery plugin or the Image Viewer
component you are using for display.


Thanks for your help,
Campus


-- 
Campus

Campus's Profile: http://forums.slimdevices.com/member.php?userid=19687
View this thread: http://forums.slimdevices.com/showthread.php?t=76879

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] [Announce] Photo Gallery Plugin v1.0

2010-07-18 Thread Campus

Hi there,

I already have a folder structure with some images in it. I would like
to play them in random order from the screensaver on a Radio. Do I
really have to go through all folders and click every single image to
put it into a favorite list to be able to see it as a screensaver? How
can I bulk select images or even better select the root folder and all
images within that folder are automatically added as favorites as
well?

Thanks for your help,
Campus


-- 
Campus

Campus's Profile: http://forums.slimdevices.com/member.php?userid=19687
View this thread: http://forums.slimdevices.com/showthread.php?t=76879

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins