FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › Add-on Software › FireStats – Top 40 php script (now with added charts)
- This topic has 175 replies, 17 voices, and was last updated 15 years, 11 months ago by wwarren.
-
AuthorPosts
-
05/10/2008 at 10:54 PM #14839AnonymousInactive
Are there any changes to the DSN after the update?
I upgraded to svn-1696 and have served 35 songs according to the firefly server status, but firestats still shows 0. It still shows correct song, playlist and album counts, just none of the “played” values…
05/10/2008 at 11:15 PM #14840sonichouseParticipantThe DSN should be the same.
Do you have the sqlite query tool for windows ?, If so, can you issue
select count(*) from songs where play_count > 0
Your problem may be related to this report
07/10/2008 at 3:57 PM #14841AnonymousInactiveWell your software appears to work perfectly. Unfortunately FireFly doesn’t record the play counts, and I have yet to find a fix for that… so I can’t really take advantage of what your script offers 🙁
07/10/2008 at 8:16 PM #14842AnonymousInactiveIs there an official site available? There is no documentation inside the zip-package and srsly, that really sucks…
EDIT: Okay, if you would at least include an example firestats.ini it would maybe have been enough. Now everything works and looks pretty nice! =) But I still strongly recommend to include a short documentation!
07/10/2008 at 8:26 PM #14843AnonymousInactiveHere’s a sample INI file…
[API]
Lib = 1
[FIREFLY]
host = HOSTNAME
port = PORT
DSN = sqlite:C:/Program Files/Firefly Media Server/songs3.db
[General]
Debug=007/10/2008 at 8:30 PM #14844AnonymousInactiveYes, thanks. I managed it by myself after reading through the sources, but there are users who are not able to do this (and it costs time) – so it would be really useful to update at least the first post in this topic and provide a sample file or better a short documentation there – I am just caring because I really like that add-on. =)
07/10/2008 at 8:38 PM #14845AnonymousInactiveThe addon is really slick! I just wish the playcount field could be fixed since that bug results in really only the recently added stuff from FireStats working for me…
07/10/2008 at 9:19 PM #14846sonichouseParticipant@bugmenot wrote:
Is there an official site available? There is no documentation inside the zip-package and srsly, that really sucks…
EDIT: Okay, if you would at least include an example firestats.ini it would maybe have been enough. Now everything works and looks pretty nice! =) But I still strongly recommend to include a short documentation!
Hi Bugmenot,
Sorry that your first experience was one of frustration.
I released this to the public domain so that people could adapt/use it on their own systems – and in my own way contribute to the project.The software has grown organically, and feedback from other users prompted the addition of the .ini file (which is optional).
Ron was going to bundle some of the third party plugins into a release, and I supose at that stage I would have considered some documentation, and would have made the code more robust.
The ini structure is documented in this thread, and I had assumed that people would have found that – but I accept that I could add a default ini file for people to amend.
Hope you enjoy using this as much as I did writing it.
Steve.
30/10/2008 at 5:56 PM #14847paulman88GuestWhere do i upload these files?
I have ubuntu Apache2 running if that helps.Thankyou
Paul30/10/2008 at 10:45 PM #14848sonichouseParticipant@paulman88 wrote:
Where do i upload these files?
I have ubuntu Apache2 running if that helps.Thankyou
PaulThe files can reside anywhere on your web server.
-
AuthorPosts
- The forum ‘Add-on Software’ is closed to new topics and replies.