[slim] Re: Can I setup slimserver to log all files served?

2005-11-29 Thread tomsi42
max.spicer Wrote: > Done, the new version lets you specify a log file and also disable the > ftp part of the plugin. Get it from my website and please let me know > how you get on. Could we move the discussion to the topic in the > plugins forum though - having two threads confuses me! ;-) >

[slim] Re: Can I setup slimserver to log all files served?

2005-11-29 Thread max . spicer
Done, the new version lets you specify a log file and also disable the ftp part of the plugin. Get it from my website and please let me know how you get on. Could we move the discussion to the topic in the plugins forum though - having two threads confuses me! ;-) Max tomsi42 Wrote: > Good,

[slim] Re: Can I setup slimserver to log all files served?

2005-11-29 Thread tomsi42
max.spicer Wrote: > Hold your horses on that one - I'm planning to add this as a feature in > the next couple of days. > > Max Good, I will keep my fingers away then ;) Tom -- tomsi42 SqueezeBox2, Rotel RC-1070/RB-1070, DynaBel Exact. I can get used to this ;)

[slim] Re: Can I setup slimserver to log all files served?

2005-11-29 Thread max . spicer
Hold your horses on that one - I'm planning to add this as a feature in the next couple of days. Max tomsi42 Wrote: > Thanks for the tip! I will look into this. I guess it would be quite > easy to modify this plugin. If I can't sort it out, I'll ask Max. > > Tom -- max.spicer The wild thi

[slim] Re: Can I setup slimserver to log all files served?

2005-11-29 Thread tomsi42
ceejay Wrote: > You might also want to have a look at this: > > http://forums.slimdevices.com/showthread.php?t=18597 which might be an > easier starting point. You could even ask Max if he'd add the option to > log to a file instead of an FTP site! > > Ceejay Thanks for the tip! I will look in

[slim] Re: Can I setup slimserver to log all files served?

2005-11-28 Thread ceejay
tomsi42 Wrote: > Thanks for the tips. I will try this first as it is what I'm after. But > I will problable also look at the SlimScrobber plugin to see if a can > make a small logger plugin. > > Tom You might also want to have a look at this: http://forums.slimdevices.com/showthread.php?t=1859

[slim] Re: Can I setup slimserver to log all files served?

2005-11-27 Thread tomsi42
Jim Wrote: > > Code: > > > SELECT LEFT(title, 255), > playcount, > FROM_UNIXTIME(lastplayed) > FROM tracks WHERE FROM_UNIXTIME(lastplayed) > '2005-11-01'; > > > > > Of course, would be better to join to artists too but I'm lazy today. >

[slim] Re: Can I setup slimserver to log all files served?

2005-11-26 Thread Jim
Code: SELECT LEFT(title, 255), playcount, FROM_UNIXTIME(lastplayed) FROM tracks WHERE FROM_UNIXTIME(lastplayed) > '2005-11-01' -- Jim Jim's Profile: http://forums.s

[slim] Re: Can I setup slimserver to log all files served?

2005-11-26 Thread ceejay
tomsi42 Wrote: > > > In a few weeks time I hope that I will have time look at the lastfm > plugin and modify it to me needs (If I am allowed to do that...) There are two different plugins relating to lastFM. The "lastFM" plugin is for the playing of lastFM personalised streams through the Squ

[slim] Re: Can I setup slimserver to log all files served?

2005-11-25 Thread tomsi42
tomsi42 Wrote: > Thanks for the feedback. > > If I can clear the hitlist, I can at least find out what my friends > plays at the party tomorrow. That will solve the problem that started > the discussion. > > In a few weeks time I hope that I will have time look at the lastfm > plugin and modi

[slim] Re: Can I setup slimserver to log all files served?

2005-11-25 Thread tomsi42
Thanks for the feedback. If I can clear the hitlist, I can at least find out what my friends plays at the party tomorrow. That will solve the problem that started the discussion. In a few weeks time I hope that I will have time look at the lastfm plugin and modify it to me needs (If I am allow

[slim] Re: Can I setup slimserver to log all files served?

2005-11-25 Thread ceejay
One reason for hitlist not being linked may be that the data appears to be nonsense. Played info certainly could find a place in the database, but there are two limitations I can see: (1) the current database just allows for a track played count, it has nowhere to record when the track was playe

[slim] Re: Can I setup slimserver to log all files served?

2005-11-25 Thread sbjaerum
pfarrell Wrote: > On Fri, 2005-11-25 at 12:55 -0800, tomsi42 wrote: > > Is it possible to see which songs that have been played on my SB2 > > during a given period? > > I may be imagining it, but I am sure that on the old > server (circa 5.4) that there was a report on > popularity of songs. Eas

[slim] Re: Can I setup slimserver to log all files served?

2005-11-25 Thread tomsi42
pfarrell Wrote: > On Fri, 2005-11-25 at 12:55 -0800, tomsi42 wrote: > > Is it possible to see which songs that have been played on my SB2 > > during a given period? > > I may be imagining it, but I am sure that on the old > server (circa 5.4) that there was a report on > popularity of songs. Eas

[slim] Re: Can I setup slimserver to log all files served?

2005-11-25 Thread tomsi42
stinkingpig Wrote: > > > > Thank's for the link to lastfm. From what I see from their website, > I > > don't think it is what I am looking for. > > > > 1. The data I want to collect is for personal use. > > 2. I am not interested in what lastfm is offerning. > > 3. I am also suspicious of website

Re: [slim] Re: Can I setup slimserver to log all files served?

2005-11-25 Thread Jack Coates
> > Thank's for the link to lastfm. From what I see from their website, I > don't think it is what I am looking for. > > 1. The data I want to collect is for personal use. > 2. I am not interested in what lastfm is offerning. > 3. I am also suspicious of website who want to collect data for me. Do

[slim] Re: Can I setup slimserver to log all files served?

2005-11-25 Thread ceejay
Well, lastFM would probably quite like to sell you some music, but you don't have to buy it! I use it (via James' excellent plugin) a lot, they do a good job of serving up music I (usually) want to listen to. However, back to the question... I would guess that the audioscrobbler plugin, which ca

[slim] Re: Can I setup slimserver to log all files served?

2005-11-25 Thread tomsi42
Thank's for the link to lastfm. From what I see from their website, I don't think it is what I am looking for. 1. The data I want to collect is for personal use. 2. I am not interested in what lastfm is offerning. 3. I am also suspicious of website who want to collect data for me. Do they have ot

[slim] Re: Can I setup slimserver to log all files served?

2005-11-25 Thread N�stor
tomsi42 Wrote: > Hi, > > I have had a SB2 for a few weeks now and are really enjoying it. A > question from a friend popped up today. > > Is it possible to see which songs that have been played on my SB2 > during a given period? > > "Why?" may you ask. What do I listen most ? I let my friends