Another frontend, need opinions (beta release)

Third-party modifications and add-ons, Apps and Clients

Moderator: moderators

Re: Notes on di.FM

Postby brett » Thu Dec 16, 2010 9:16 pm

freeflysage wrote:Brett,
While you're trolling this forum, let me first say thanks. I'll be sure and donate once I get everything up and working. A truly beautiful interface, well crafted.
I was wondering if you had any notes on the di.fm plugin you added in? I'd like to add a few similar stations from sky.fm with a similar interface to di.

/sm


Thank you for the complement, as far as the DI.fm streams go it's just a RegExp that parses the Di.fm homepage for stream urls, and then puts them into a readable format. I've never looked at sky.fm so I'm not sure what it would entail to add a scraper for it. However, I do plan to make an addition that would allow the user to add custom urls to the stream bar up top. I have the following week off work so I should definitely get some time in on this project again!
brett
 
Posts: 55
Joined: Thu Jun 10, 2010 7:13 am

Postby gridaz » Sun Dec 19, 2010 2:51 pm

Hi,

I struggled a bit to have it working (specially with the permissions which need to be set to 777) but now that I can access the interface the music won't play.

I can listen to the Radio something but not my music even if it launches in the player (I can add tracks/albums/artists to the playlist but nothing more)

Would you be kind enough to help me, I happen to like the GUI but if I can't use it it will end in the trash for me ...


Cheers


PS: I tried to switch the JWPlayer to the last one available on longtail's website but it didn't change anything. Please help I really hate not being able to make something work :)
gridaz
 
Posts: 1
Joined: Sun Dec 19, 2010 2:43 pm

Postby indecline » Wed Jan 19, 2011 4:35 pm

is this works for the latest version 4.3 ? thanks
User avatar
indecline
 
Posts: 33
Joined: Sat Jan 08, 2011 9:25 pm

Postby sirphobos » Fri Jan 21, 2011 4:35 am

The only thing that is not working for me, is I cannot add users from the Admin part. Get this error:

Code: Select all
Parse error: syntax error, unexpected '(', expecting T_STRING or T_VARIABLE or '{' or '$' in C:\wamp\www\admin.php on line 10
sirphobos
 
Posts: 2
Joined: Fri Jan 21, 2011 4:34 am

Postby sirphobos » Mon Jan 31, 2011 12:01 am

Ka bump. Anyone?
sirphobos
 
Posts: 2
Joined: Fri Jan 21, 2011 4:34 am

Postby donpearson » Wed Mar 02, 2011 10:36 pm

Is this a dead project?
Facebook Group:
http://www.facebook.com/groups/subsonic.group/

Image
donpearson
 
Posts: 361
Joined: Wed Oct 15, 2008 3:53 pm
Location: UK

Postby toxic » Mon Mar 07, 2011 1:22 am

Download link is dead : http://www.valleynerds.com/brett/

Please, even if you abandoned the project, release the sources again (github is there for you, PM me if needed, I can also provide opensource code hosting if you realy hate github)

Please please, realy post this, since I was going to get my hands dirty coding something similar (php+sql frontend for subsonic to get rid of the "folder" thing and have a nice HTML5 flashless frontend, with a Artist/Albums DB, completely hiding the mess in my music folder !)

So this might be a nice base for my further developments !
toxic
 
Posts: 7
Joined: Fri Nov 27, 2009 3:49 am

Postby oeh » Mon Mar 07, 2011 1:31 am

toxic wrote:Download link is dead : http://www.valleynerds.com/brett/

Please, even if you abandoned the project, release the sources again (github is there for you, PM me if needed, I can also provide opensource code hosting if you realy hate github)

Please please, realy post this, since I was going to get my hands dirty coding something similar (php+sql frontend for subsonic to get rid of the "folder" thing and have a nice HTML5 flashless frontend, with a Artist/Albums DB, completely hiding the mess in my music folder !)

So this might be a nice base for my further developments !


It's here:

http://code.google.com/p/subsonicbox/
Regards
OEH ;-}
User avatar
oeh
 
Posts: 89
Joined: Wed Apr 21, 2010 9:26 pm
Location: Oslo Norway

Postby rvandaalen » Mon Mar 07, 2011 3:01 pm

Is Brett or someone with programming skills going to continue this project? I would happily donate for this project. :D
rvandaalen
 
Posts: 10
Joined: Mon Mar 07, 2011 2:45 pm

Postby burjast » Mon Mar 07, 2011 4:46 pm

how much will you donate?? :D
I just know.
burjast
 
Posts: 71
Joined: Mon Jul 20, 2009 9:00 am
Location: Slovenia

Postby rvandaalen » Mon Mar 07, 2011 5:00 pm

I will follow the same suggestions Subsonic asks for donation. I think if the project gets some good continued updates, a nice new frontend like this is easy worth €20
rvandaalen
 
Posts: 10
Joined: Mon Mar 07, 2011 2:45 pm

Postby brett » Mon Mar 07, 2011 8:33 pm

Hi there, I'm not really sure how to begin; so I'll start with an apology. I originally wrote this php script as a means to have friends at a lan party queue/request songs to be played over the loud speakers. It eventually evolved into a mostly-working(at least on windows) front-end GUI replacement for Subsonic. Originally I had oodles of spare time when I first started developing it, now that time has been decreased exponentially. I've also been all over the place pretty much coding in new additions whenever I saw something cool that I liked (jquerymobile and streaming through cellular phones, or expanding on the jukebox mode I mentioned earlier).

Going forward, I wanted to switch to Ext.js. The comparison of UI components in Ext compared to Jquery is black and white. Ext has built-in functionality for things I have a hard time getting consistent in all browsers(mainly a 100% w/h viewport with dynamic scaling, tree hierarchies to name a few). I've also been fiddling with the idea of storing the list of music in an sql database completely separate from subsonic. Also on the list was the possibility of switching flash/html5 players(sound manager 2 comes to mind, I'm pretty sure Subtunes uses this, along with Ext.js as well)

I think at this point I've got too many ideas in my head and can't focus on a single objective. I'm in the process of learning the ins and outs of Ext.js and eventually plan to re-release this.

Cheers
brett
 
Posts: 55
Joined: Thu Jun 10, 2010 7:13 am

Postby brett » Wed Mar 16, 2011 5:59 am

Here's a screen of my progress with Extjs, planning on having an accordion that separates the middle area. Sort of like a toggle between file browsing and the playlist.


Image
brett
 
Posts: 55
Joined: Thu Jun 10, 2010 7:13 am

Postby -Ender » Mon Apr 11, 2011 5:36 pm

Nice, that looks really clean.
-Ender
 
Posts: 6
Joined: Mon Apr 04, 2011 5:58 pm

Postby mvo » Tue Apr 12, 2011 1:26 pm

What's the chart under "Now Playing"?
mvo
 
Posts: 13
Joined: Wed Dec 08, 2010 3:09 am

PreviousNext

Return to Mods, Apps and Clients

Who is online

Users browsing this forum: No registered users and 8 guests