Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
knireis wrote:
For me this does not work. I also have the www/pages/musicbrowser on a usb stick, however pointing the webbrowser to the index.php gives me the webpage but no musicfiles. It just says 'loading...'
The path in the index.php is configured to /mnt/HD_a2/music.
Try accessing http://yourhost/musicbrowser/index.php?content . Do you get any error messages?
Last edited by mingoto (2008-08-24 14:42:30)
Offline
i get a page with things like:
<\/a>\nPop<\/a>\n<\/td>\n
Edit: problem solved, the dns ip's were gone from the lan setup of the webinterface, don't no why but that solved it.
Last edited by knireis (2008-08-24 17:06:27)
Offline
thnx TS
im loving it
Offline
Having zero linux skills, I'm surprised that I got this thing to work. It's really great. Thanks for all of your hard work.
Offline
I've successfully installed and I am able to playback mp3 files, but not ogg. I can see that it is listed in the index.php file, but when I try to play an ogg file nothing happens. Any idea what the problem is? If you could also give me advice/direction on enabling playback of other formats [wav, m4a, flac] that would be appreciated.
Thanks.
musicbrowser v 1.06
Offline
Thanks for the hard work, was a breeze to install.
Love it!
Offline
One question though, I can't get the covers to work.
In index.php I changed 'folderCovers' from false to true but nothing happens.
# Fetch and show cover images inside folders when listing folders?
'folderCovers' => true,
Is there a specific name to be used for covers or is any <name>.jpg fine?
For example in /mnt/HD_a2/usenet/download/music there are a few folders with .mp3 files and corresponding .jpg cover files.
The .mp3 files play just fine in the flash player but no picture from the covers.
Any ideas?
Thx.
Offline
you need to put the album covers in yourself. i believe they must be named folder.jpg pretty sure thats what i did
Offline
jrbilodeau wrote:
you need to put the album covers in yourself. i believe they must be named folder.jpg pretty sure thats what i did
Thanks, the readme isn't clear about the filename must be 'folder.jpg' and nothing else.
If this is mandatory, it helps people to put this in the readme.
I'll try this when I'm back home.
Offline
if you check on the music browser website it shows this
"Features
Streams folders recursively as m3u, pls or asx playlists
All folders are available as podcasts/rss
Cover images (folder.jpg, cover.jpg etc.) are shown in folders and podcasts if available. <--------
Embedded flash player (JW FLV Media Player)
Basic playback via Slimserver & XBMC Media Center
Very basic playback via sound card card on the server
Configurable, but no configuration is needed
Host access control from slimserver and server side playback.
Small size (70K download)
Open source (GPL): Feel free to edit the program to fit your needs."
but like you said it would be nice to have it in the read me.
Offline
jrbilodeau wrote:
Cover images (folder.jpg, cover.jpg etc.) are shown in folders and podcasts if available. <--------
Correct, but the --> etc. <-- is confusing if only folder.jpg and cover.jpg are allowed.
Sorry, it seems insignificant but to make things better it's worth mentioning if file naming is mandatory. ;-)
[edit] @home: It did the trick, thanks! [/edit]
Last edited by perssinaasappel (2008-11-07 00:25:28)
Offline
For TS to put on the wish list if possible.
- Capture browser 'back' button and give warning pop-up or something like that, if you go back this way you lose flash player.
- If you click on a folder or cover image in the "green bar" of the webbrowser you lose the flash player.
(It's very handy it shows you the big picture, but it should do so in a seperate browser window.)
Thx!
Offline
Opperpanter wrote:
Sorry to bother you again, but I just enabled ssl in lighttpd. Browsing through the folders works great, but playing a folder in flash or download m3u, pls, etc doesn't work. Have you got it working with ssl?
Did you get it working over SSL?
Does anyone have a solution for this?
Offline
bloodmarine wrote:
Opperpanter wrote:
Sorry to bother you again, but I just enabled ssl in lighttpd. Browsing through the folders works great, but playing a folder in flash or download m3u, pls, etc doesn't work. Have you got it working with ssl?
Did you get it working over SSL?
Does anyone have a solution for this?
I have a Musicbrowser version 0.16 and I succesfully got it working over SSL (at least in embedded flash player). There is a file called 'streamlib.php' in the root folder of musicbrowser. I changed the line 756:
$root = 'http://' . $_SERVER['HTTP_HOST'] . $folder; as
$root = 'https://' . $_SERVER['HTTP_HOST'] . $folder;
Note that after this "fix" normal streaming over http won't work. Of course you can modify the source so that it works on both.
--macro
Offline
I have problems with versions 21 and later. Till version 20 it works fine. I'm using latest stable firefox browser. With version 21 and 22 i get a flashing 'loading' and version 23 gives me 'Could not parse content....' and 'error'
Any ideas?
Offline
Hi everyone, I'm a linux newb, but finally got mysql, php, lighttpd and musicbrowser on my DNS-323.
I have errors in the web gui. I attached the screenshot, and not sure what to do.
The error says:
Warning: Your PHP installation lacks the Multibyte String Functions extension
Warning: Your PHP installation lacks the Internationalization Functions extension
and it says "undefined" in the music player.
Also, I had an undefined variable error 'MB_CASE_TITLE', so I just removed that from the musicbrowser.php file. Not sure if that was the right thing to do, but it got all my music to load.
Any help would be much appreciated!
Offline
mingoto wrote:
knireis wrote:
For me this does not work. I also have the www/pages/musicbrowser on a usb stick, however pointing the webbrowser to the index.php gives me the webpage but no musicfiles. It just says 'loading...'
The path in the index.php is configured to /mnt/HD_a2/music.Try accessing http://yourhost/musicbrowser/index.php?content . Do you get any error messages?
knireis wrote:
i get a page with things like:
<\/a>\nPop<\/a>\n<\/td>\n
Edit: problem solved, the dns ip's were gone from the lan setup of the webinterface, don't no why but that solved it.
I am having the same problem, but I am using DHCP so DNS is set automatically?!
Any ideas?
EDIT: Nevermind, was an permission problem. It looks like it's doing something now, so I'll try to make some noise here.
Last edited by Opperpanter (2011-02-21 00:04:39)
Offline