full listings » Appearance


MediaFlow JohnM

Adds a nice album art preview to Songbird


MediaFlow



Description

MediaFlow adds a new media view for your library and playlists you can access from the View>Media Views>MediaFlow menu.

This works well with the FocusTrack extension. With FocusTrack the currently shown album will change when the track changes. If you would like the default album art image to look different you may want to take a look at the Vinyl Album Art extension.

If you want to change the background you need to change the styles in chrome://mediaflow/skin/flow.css The reflections should change to match the background color

If you have an album with multiple artists and want them to show up as one album, make sure all of the tracks have the same album artist property. This can be set when editing their metadata or inline the playlist if you add the album artist column. The album artist property is looked at first and if it doesn't exist the artist is looked at when checking whether tracks with the same album name belong to the same album.




Release Notes

Supports 1.9.3. Not as efficient as I would like, sorry about that.




Images

(1)
  • Mediaflow_thumbnail
 

Comments

(676)


stevel
stevel

To quote myself from IRC:

stevel: holy hawwwwwwwtness

almost 5 years ago
stevo
stevo

I plus 1 that baby!

almost 5 years ago
csdahl01
csdahl01

This is amazing! Only wish it were a little smoother….kind of slow on my tablet with vista and 2gb of ram. I realize vista is probably the reason. Otherwise great work…..one thing I noticed though is that if I click the skip song button the cover does not change.

almost 5 years ago
pedroducos
pedroducos

Thx JohnM

For me it works like a charm, in Ubuntu 8.04LTS. Its a really nice feuture, smooth and nice looking.

A couple of things you could add. It would be nice if it displayed the albums on the same order as the library does, for example I organize my library by Genre it would be cool if the albums were on that order. It would also be cool if you added a full screen mode or something like that but it would have to have some kind of view to see the songs in the album. Like fliping it backwards or something like that.

Good job and thx on a great add-on

almost 5 years ago
JohnM
JohnM

pedroducos, those are some great ideas, thanks! I’ll definitely look into them for future versions.

almost 5 years ago
stevo
stevo

When I shrink the cover flow display (just the covers) it shrinks the covers but then there are large blank spaces on either side of the cover flow. It would look nicer if it could fan out to the full width of the display.

For the sorting on genre I am not sure what you can do there, since this._array.isDistinct = true that means any addSort you use will return only distinct values.

almost 5 years ago
deOmega
deOmega

WOW!!!

That is all I was going to say, but thought I would add a suggestion for the sake of perfection:
Consider the ability to edit the songs when we are using that view., but, not a big deal, as what you have done is a huge leap.

almost 5 years ago
raffel
raffel

muy fantastico, this is awesome!

almost 5 years ago
GeekShadow
GeekShadow

Very nice extension JohnM you do a really great job !

almost 5 years ago
Dark_Wolf
Dark_Wolf

I’m impressed! Good job!

almost 5 years ago
nilsja
nilsja

Great, mega-great! i have coverflow under ubuntu hardy now. I waited so long for this feature.
An auto-play option by clicking on the album would be very nice.
And a little db, or keep in ram option, to avoid this long loading, each time one changes the view.
If there is more than one jpg in the album folder it shows none of them. Perhaps this is an Album Art Manager problem?
JohnM,
THANKS ALOT.
Regards,
Nilsja

almost 5 years ago
nilsja
nilsja

JohnM, one more thing: when selected a albumart with mouseclick, the songlist jumps to one of the last songs of the album – the first one would be much better.
playing around with this extension for hours now.
thanks again.
nilsja

almost 5 years ago
JohnM
JohnM

nilsja, I’ll add the ability to play songs when you double click an album
I might be able to speed up loading if I increase the fetch size
The more than one jpg problem is an Album Art Manager problem
The next version will select the first item in your playlist for the album instead of a random one. That’s already done.
Thanks for the suggestions!

almost 5 years ago
nilsja
nilsja

JohnM,
perhaps it is also possible when switching back from eg browser to library, that the cover switches to the matching song that is just playing?

almost 5 years ago
Dark_Wolf
Dark_Wolf

btw John, you should remember to give the original authors of imageflow credit ;)

almost 5 years ago
skaldicpoet9
skaldicpoet9

Nice add-on, I can’t wait to see what other features you’ll add :)

almost 5 years ago
nilsja
nilsja

one more idea: ability to change the background color. would be good for use with other feathers.
is it a problem on my computer, or is it the extensions fault that i cant rightclick on songs in the MediaFlow view?

almost 5 years ago
burton82
burton82

another idea: is it possible to make it for opengl. I found this project – maybe it is usable:
https://launchpad.net/gloobus
Great addon – keep on!
BB

almost 5 years ago
JohnM
JohnM

nilsja: Are you talking about that happening if you switch tabs back to a playlist/library? I’m not sure if I want to do it that way, but I’ll think about it
I just added the ability to change the background color(It’s always been there, but the reflections would make it look like crap before) You can override them in a feather.
Hopefully the next version will have a context menu, it’s not a problem with your computer
burton82: Thanks, that might work great with Canvas 3D. I’ll try and look into that

almost 5 years ago
stevo
stevo

I was thinking I could make a db of Art in the Album Art Manager, then you could query AAM for the list of art, and it could monitor for changes.

almost 5 years ago
nilsja
nilsja

JohnM:
- The context menu seem already there in 1.3.
- The play on click doesn’t work proper. It just starts playing the first song in list, not the album where i clicked on.
- I meant the click on library, no matter were i was before, so also in the same tab. It would be good if it automatically jumps to the now playing album.

almost 5 years ago
nilsja
nilsja

i think here is the bug buried: the scrolling of the list to the actual selected albumart doesnt work anymore. On double or middleklick, not the first track in list is played, but the selected song starts playing. But in this version, the sync between cover and tracklist doesnt work.
By choosing a cover, the first song of this album should be selected/marked. I think the doubleklick should work than.
Thanks,
Nilsja

almost 5 years ago
JohnM
JohnM

nilsja: the context menu in the playlist should have been there before. I’m talking about a context menu on the ‘flow’ like right clicking an album
It plays the correct song in the album for me. If you are already playing a song from that album it will cycle through the other songs in that album when you double or middle click it.
The only selection thing this version changed when you scroll to an album is to use ensureRowIsVisible instead of scrollToRow. It should look pretty much the same, only it won’t look weird when it is selecting something at the end of the media list. I had a little trouble understanding your problem so if it looks like I misunderstood or missed something you said, could you restate it?
stevo: If you think that would be better I don’t have a problem changing. How would that make things better though? Getting the album art property doesn’t seem difficult and I already monitor album art changes(although after just looking at it I did something stupid there so it doesn’t work right now…)

almost 5 years ago
maynevibe
maynevibe

Hey There.. i seem to have a problem with this add on and i really really want it…looks fab…. the scrolling is fine but when you right click on an album nothing happens… and if you middle click it plays the first song in my whole collection or the last album i looked at using the panel view??? does anyone else have this…ive only had songbird a week and ma absolutly loving it..just wish this one would work…. hope you can help

almost 5 years ago
maynevibe
maynevibe

oh by the way im using songbird 0.5 with a vista pc should of mentioned that maybe before!!!!

almost 5 years ago
JohnM
JohnM

maynevibe: The next version will have a context menu when you rightclick an album, the current version doesn’t do anything then. Middle(or double clicking) an album should cycle through playing the tracks in that album. I only tried this in 0.6 though. Maybe you can try it in an 0.6rc2 build? Does it work if you scroll to an album and, once it has stopped moving, middle or double click to cycle through playing the tracks in that album?

almost 5 years ago
maynevibe
maynevibe

hey johnm.. ok so i got 0.6r2build… worked like a charm… except.. the album art manager didnt,, ggrr then after bout 30 mins..the whole thing went crazy…so i had to delete it and re-download 0.5 .. gonna wait to 0.6 official release.. pity….looked great… be cool if it worked by artist instead of album title though….

almost 5 years ago
nilsja
nilsja

hi JohnM: after installing 0.6 everything worked fine. i love it. but in 0.5 definitely not. perhaps you should mention that in the desricption to avoid a lot of frustration :)
for rightclick on albumart a queue to the “now playing list” http://addons.songbirdnest.com/addon/96 would be great.
for me full screen isn’t such important.
i think middleclick should also directly start playing the backmost covers. is that possible?

almost 5 years ago
nilsja
nilsja

one more thing: if a album played through and a song from the next one starts, the albumart should also move to the next one.

almost 5 years ago
junkee
junkee

I just installed Songbird/0.6rc3 (20080605012245) on Ubuntu 8.04 (64bit) and everything seems to be working fine except when the Now Playing popup shows up in the bottom right, its a light gray with light gray text that is near impossible to read. The album art shows up properly though. Other than that, its working very well.
*A problem I do have though with this add on – while I understand that the author is not getting paid, there NEEDS TO BE DISCLOSURE that the “Click here to see other albums from … on Amazon” contains an AMAZON ASSOCIATE ID. (and there needs to be an option to change or remove it).*

almost 5 years ago
JohnM
JohnM

junkee: I don’t really know what you’re talking about with the disclosure. I think pretty much all of what you said was about the album art manager extension and not MediaFlow.

almost 5 years ago
roblord
roblord

@JohnM
Awesome work!
Silly super fun: Add an option to view as CDs, LPs…maybe even cassettes. Use an img overlay to affect a clear plastic CD case, a somewhat dog-eared LP cover, etc. =)

almost 5 years ago
sonicmaker
sonicmaker

Schmick extension :o)
I do have a couple of problems with it though:
1. It doesn’t follow the currently-playing song
2. It sorts by album name, not by artist, and there’s no way to change this.
Using Songbird 0.6rc3 on Ubuntu 8.04×86_64

almost 5 years ago
junkee
junkee

@JohnM – Yeah, I’ve now figured out why my post didn’t show up under the album art manager thread. :(
Maybe I should learn to post when I’m not so tired. My sincerest apologies. The work you guys are doing is awesome, I just found that bit of amazon associate to be a little troublesome – but in no way has any relation to you. Keep up the good work!

almost 5 years ago
JohnM
JohnM

roblord: Are you talking about a way to change the default album art? If that’s what you’re suggesting, bring that up with the album art manager extension ;)
sonicmaker: I think I might make #1 an option later. Possibly #2, also.
junkee: no problem :)

almost 5 years ago
nilsja
nilsja

@JohnM
“MediaFlow updates when the tracks in your library/playlist change” that does not work automatically on song/album change. one have to click for it. Would be nice if MediaFlow updates when a album played through and the next one starts.
apart from that – perfect!
thanks,
nils

almost 5 years ago
maraja
maraja

just discovered songbird and all the related stuff…. INCREDIBLE!!!
I have a problem with the MediaFlow plug-in: the View>Media Views>MediaFlow menu does not show on my system based on Ubuntu 7.10.
Any info you need just let me know
=)
thanks,
hugh

almost 5 years ago
JohnM
JohnM

nisja: I guess I should have worded that better. What I meant was if you edit the name of an album that change will now be shown in the MediaFlow view. If you add or remove an album, that will also update the albums in the flow. The option to scroll to the currently playing track will come. It just isn’t in this version.
maraja: Do you get any errors in the error console? (Tools>Error Console). Is MediaFlow in the addons window(and enabled). Also, what version of songbird do you have?

almost 5 years ago
nilsja
nilsja

@maraja
on my ubuntu 8.04 it works perfect. but only with songbird version 0.6*. to activate the MediaFlow view, you must be in the library first. or did you disable javascript in songbird? i think it should be enabled to run this extension.
@JohnM
Its a very cool feature to change the albumarts in realtime. i think if the autoscroll option comes, this extension would be absolutely perfect and final for me.
or do you plan cherrys on the cake like custom commands with variable handover eg the album folder for “burn this album on rightklick” ?

almost 5 years ago
csdahl01
csdahl01

One thing I would love would be for the addon to remember the size of the album art. When I use it I like to resize the app so the art is smaller. Maybe you could have the size of the app be stored to a file so when I restart it will be the same until I resize it again. Hope that isn’t too confusing, should be a fairly easy fix. Thanks.

almost 5 years ago
dberg918
dberg918

I’m running a distro based on 8.04 Hardy, and the covers do not “flow” as the title suggests. It takes approximately 9-10 seconds to switch from cover to cover. I’ve tried 0.6rc4 and 0.5. This is on my desktop, with a 2.2 GHz processor, 1 GB of RAM, and a Nvidia 8500 GT video card.
Even more baffling is the fact that it works like a charm on my laptop, which has a 1.73 GHz Pentium M with 2 GB of RAM and built-in Intel 600 GMA.
Are there some kind of dependencies for this add-on that I’m missing (I have the album art manager installed in both cases)? This should work way better on my desktop, shouldn’t it?

almost 5 years ago
dberg918
dberg918

Pardon me for the double-post, but I meant Intel 900, not 600.

almost 5 years ago
JohnM
JohnM

csdahl01: I’m going to try and get the resizing to work better so it remembers what its last position was like.
dberg918: Do you have a 32bit or 64bit install? Does the cpu max out when you are scrolling it? I’ve noticed some problems in my 64bit Ubuntu with the drawImage function of 1.9’s canvas object causing crazy cpu usage(1.8, which FF2 used, worked fine). So I actually experience some of the same problems you have, which makes it a pain developing when you can’t easily test how fast it would actually work on a normal computer. If you minimize the view so there is less to draw it should start to smooth out a little.

almost 5 years ago
ogoog
ogoog

i’ve just installed it for songbird 0.6 on mac os x 10.5.3, and it is just not working. no album covers appear at all. and in itunes, i have album covers for everything.

almost 5 years ago
JohnM
JohnM

ogoog: Did you also install the Album Art Manager extension? Open that window up and try fetching for covers.

almost 5 years ago
willwill100
willwill100

this is wonderful but scrolling is VERY slow and painful, ive got a quad core with 3gb ram but it maxed out my cpu and is unfortunately unusable. Heres hoping for speed optimisations!!
Keep up the good work John!

almost 5 years ago
JohnM
JohnM

willwill100: What version of songbird, what OS, and 32bit or 64bit?

almost 5 years ago
dberg918
dberg918

JohnM: I’m running a 32-bit Linux Mint Elyssa system, and the cpu is most definitely maxing out on scrollage. Desktop environment is Gnome, I have compiz running…if there’s any other information you need, I will certainly provide.
Your reference to a drawimage function and canvas 1.9 went completely over my head. If someone wouldn’t mind clarifying…or telling me not to sweat the details, whatever.
Just a note, the version I used on my laptop was 0.6rc3, which I have not run on my desktop yet. I’m assuming that since 0.5 didn’t work for me, I doubt rc3 will do any better.

almost 5 years ago
willwill100
willwill100

Its 0.6, linux (ubuntu hardy) and 32 bit. Any ideas whats clogging up the system?

almost 5 years ago
willwill100
willwill100

oh by the way, I just saw this website for a similar plugin for banshee, appears to have the same problem, but you can do some crazy zooming thing. check it out:
http://fleow.berlios.de/

almost 5 years ago
JohnM
JohnM

dberg918: don’t worry about that other stuff. I was just saying it ran better on Gecko/XULRunner 1.8 which powered Firefox 2 than Gecko/XULRunner 1.9 which powers Firefox 3 and songbird.
I have the same problem you have so at least the problem is reproducible for me! I also run Gnome, Compoz, and have the cpu maxed out. I also think this problem exists regardless of what version of Songbird you are using. Now if it was just an issue loading the albums, that could be related.
willwill100: Firefox 3(which means Songbird, too) has a new canvas 3d(I think it actually requires a separate extension) This means I can use opengl with some hardware acceleration. That might help speed things up if I can find a good way to implement it. There was a post earlier here pointing to an opengl coverflow like implementation so I might be able to look at that.
I can’t really look into a fix until next week though

almost 5 years ago
Slate8
Slate8

Hi, Just wanted to say this is a fab Addon but it’s unusable for me because it is so slow. The frame rate is about 3 fps and the CPU is maxed out. Seems that others are having this problem on similar setups too so I guess you know about it. Anyway, if it helps I am on Ubuntu 8.04 with Firefox 3. I use Gnome and Compiz is on. I am on a Dell Precision 390 with a dual core 2.4GHz CPU, 2Gb of RAM and an Nvidia Quadro FX 3450.
If you’d like to know more or have me run some tests I’d be happy to help.
Keep up the good work on this amazing addon!

almost 5 years ago
JohnM
JohnM

Slate8: yea that sounds like the problems others have. Same deal, ubuntu gnome and compiz.
I wonder if it works without compiz or with another window manager like kde. I haven’t heard any complaints from them, but that might just be because nobody with that setup has tried this.
I really think this is a mozilla bug so I’m not sure how much I can do.

almost 5 years ago
Slate8
Slate8

JohnM, thanks for your reply. I will try a few things tomorrow:
1. The new version of Firefox3 is out tomorrow – will see if that makes any difference.
2. I will turn off Compiz completely and see if I get any improvement.
3. I will try it within KDE instead of Gnome.
I’ll let you know how I get on as I really think you have the best addon here.

almost 5 years ago
jackflap
jackflap

Well, let’s see if I can confirm. Running Ubuntu 7.10, Gnome and no Compiz. Also getting ridiculously slow scrolling.

I am running a P4 1.8 GHz w/ 1GB RAM which is probably a bit lower-end than the rest of you.

Running top and scrolling through the albums in Songbird brings Xorg straight to the top, taking up to 80% CPU. The minute I stop scrolling, Xorg drops toward the bottom of the list again..

almost 5 years ago
jackflap
jackflap

dberg918: What OS/distribution are you running on your laptop where it works like a charm? I don’t think you mention it above, is it identical to your desktop?

almost 5 years ago
Slate8
Slate8

Following a few tests I’ve not had much luck getting a performance boost. Disabling Compiz seems to make no difference. I now have the new Firefox 3 but no change (if it should influence songbird at all).
Finally I tried it on KDE and the performance was worse unfortunately. I was getting about one frame every 6 seconds and it actually froze the whole system at times.
I have also tried it with just a small collection but this seems to make no difference either. Such a shame but if nothing can be done I’ll just have to live without this addon.

almost 5 years ago
JohnM
JohnM

Thanks for trying Slate8. Sorry but it looks like I don’t have a fix for this problem and I don’t think I’ll be able to get one anytime soon. It looks like a lot of linux users are going to have some slow scrolling. Now I wonder if there are some linux setups where it actually scrolls smoothly.
jackflap: MediaFlow should work smoothly on Windows and Mac. (Well, much smoother than on Linux anyway)

almost 5 years ago
nilsja
nilsja

@JohnM
on my thinkpad with ubuntu 8.04 scrolling is smooth.
The context menu of the albumarts only works for remove and edit, not for play.
What do you think about the idea of single middleclick on album art to play it? (also the backmost ones).

almost 5 years ago
JohnM
JohnM

“What do you think about the idea of single middleclick on album art to play it? (also the backmost ones).”
I like that idea so much it’s already available! It must be a problem with the play method for you. What errors do you get in the error console when you try and play and album like that?

almost 5 years ago
kstefanec13
kstefanec13

Is it possible to display only the albums in a particular genre or band name? Also, if I choose a certain band, I would like to see them displayed in order of release, not alphabetical.

almost 5 years ago
JohnM
JohnM

kstefanec13: You can make a playlist for a genre and select the MediaFlow view. I don’t think there is currently a better way to filter in the MediaFlow view. Sorting the albums will hopefully come in another version.

almost 5 years ago
4ster
4ster

Great add-on, but it takes up half my screen real estate. I always resize it to take up only 1/4 of my screen, but every time I restart song bird it is back to taking up half the screen. Any way to lock the size of the various panes in song bird so I don’t have to every time I restart?

almost 5 years ago
nilsja
nilsja

@JohnM
the first middleclick on a cover directly plays it, but doesnt jump to it in the mediaflow view. fruther middleclicks don’t do anything, no reaction, no error.
in general these errors appear by playing a album with doubleclick:
“Error: observer.onDataChanged is not a function
Source File: chrome://songbird/content/bindings/observesDataRemote.xml
Line: 204”
“Error: this._that.rebuildTip is not a function
Source File: chrome://songbird/content/bindings/playerControls.xml
Line: 1371”
these first too errors appear very often, the next one just one time:
“Error: [Exception… ”’JavaScript component does not have a method named: “getSupportForURI”’ when calling method: [sbICoreWrapper::getSupportForURI]” nsresult: “0×80570030 (NS_ERROR_XPC_JSOBJECT_HAS_NO_FUNCTION_NAMED)” location: “JS frame :: file:///opt/songbird/components/sbPlaylistPlayback.js :: _callMethodOnAllCores :: line 900” data: no]
Source File: file:///opt/songbird/components/sbPlaylistPlayback.js
Line: 900”
the one-middleclick play always works on the selected albumart in the front, but for the backmost ones only one time. and this one time, it doesnt scroll to it.

almost 5 years ago
poupougnac
poupougnac

Very great job!
Just one problem on my computer: right click for choose: “Clear Artwork” and abort by clicking “no” clear the artwork anyway !
Just want to know if it’s only my comp!

almost 5 years ago
nilsja
nilsja

poupougnac, same on mine. albumart is gone. after clear artwork – “no”.
JohnM: I have to correct my sentence “fruther middleclicks don’t do anything, no reaction, no error.” to: further middleclicks on the backmost….
regards,
Nils

almost 5 years ago
poupougnac
poupougnac

Ok that what I thought, I’m sure this will not be a big deal for JohnM. Thank you for your work JohnM !

almost 5 years ago
JohnM
JohnM

4ster: That will come in a future version of MediaFlow
nilsja: I’ll look into the issue more, but I don’t know if those errors you showed are all MediaFlow’s fault. I might be wrong.

almost 5 years ago
JohnM
JohnM

poupougnac: I think that clear artwork problem is a problem with Album Art Manager. That problem also shows up for me in the Album Art Manager window

almost 5 years ago
poupougnac
poupougnac

That right, I’m going to tell them that thing!

almost 5 years ago
Doom0r
Doom0r

Hi and thanks for working on a project for a community!
I’m using version 2.0, on my windows box (xp), and there seems to be some weird behavior with the middle click as stated in previous comments. Middle click on current album cover will play the album, or rather progress through it from 0 as intended. Middle click on any albums behind the frontmost will not step to them and play, however, middle clicking on an album in the background followed by a standard single left click will act like a middle click or double click should: move to front and play.
Even more interesting is say I middle click any of the 6 albums to a side, then proceed to single-left click a DIFFERENT one, it will show the cover as expected from a single-click, and if i do it again to another one, it works, but as soon as i single-left click on the on I had placed a middle click on that seemed to do nothing, it will switch to and start to play.
If i middle click on say, album 2 and 4 to the right of middle in that order, it would only switch AND PLAY on the 4th one when i single-left click it, i.e. the last middle-click is the only one retained.
Also, “flow” following currently playing song would be nice as others have suggested.
Play from the right-click context menu does nothing.
Album applet uses shuffle a little differently. When you select an album from the scroll it shuffles through the songs on the album as though it’s doing a repeat none shuffle of the one album.(Although first chosen song has a bug in the way it’s picked when switching albums) It would be nice to be able to use MediaFlow to change through the available styles of shuffle/album play as a single solution. Perhaps when shuffle is active, either middle click behaves differently, playing the whole album selected on shuffle instead of jumping through the whole library? Furthermore, if one had shuffle on and wanted to spontaneously listen to a full album (i.e. friends over and wants to hear new album) you could have a context entry to queue the album without shuffle?
I don’t know the difficulty of these options and which way would work best, but it would be nice to have all available via a mouse without having to turn shuffle on/off, or create a whole new shuffle option in songbird to change it’s behavior.
Thanks for taking the time to read this ;x
Doom0r

almost 5 years ago
JohnM
JohnM

Doom0r: Thanks, I’ve noticed it now. I’ll fix it when I have time to work on it, which will hopefully be this week.

almost 5 years ago
weeman5872
weeman5872

omg, i'm actually listening to The White Stripes when I found this (Conquest)

awsome addon!

almost 5 years ago
boris
boris

JohnM,
This was filed on http://getsatisfaction.com/
http://getsatisfaction.com/songbird/topics/mediaflow_choppy_view?utm_content=topic_link&utm_medium=email&utm_source=new_topic

The mediaflow function is great, but is very "choppy" on my PC, the CPU load indicator rises to maximum when i browse in Mediaflow view.
Is this "normal"? When using iTunes, it runs very smooth in coverflow.
What kind of graphic feature does this Mediaflow-function utilize?
My PC is up to todays standard, so it shouldnt be a hardware issue...
Any settings etc i could try and change...?

almost 5 years ago
Pino
Pino

I installed this addon on latest nightly (it is 19th July), and it totally crashed the library. I know that this addon isn't optimised for nightlies, but to prevent further crashes you could set max version to 0.6.*...

almost 5 years ago
JohnM
JohnM

Sorry about that Pino, I'll have to test it again. I tried it on an earlier 0.7pre when I set the max version originally. I haven't been keeping up with the nightlies though

almost 5 years ago
misterpotato
misterpotato

Really nice add-on. I think it could be awesome if there was an option to browse the library by artist, in addition to album. I am used to search artist that way, but I'd like to use this mediaview for that. What do you think?

almost 5 years ago
tylerstyle
tylerstyle

Addon is broken in latest 0.7 nightly's. Shows up blank and there are many XPCOM errors in the Error Console.

Tyler out!

almost 5 years ago
JohnM
JohnM

tylerstyle, thanks. It's broken in 0.7 because one of the songbird files mediaflow uses was moved. This will be fixed in the next version.

Misterpotato, that's one of the features I want to add next.

almost 5 years ago
d2mac
d2mac

Too slooooow on my PC (ubuntu 8.04 Core2 + 1Go Ram) ... Xorg grow up at 100% cpu..

almost 5 years ago
JohnM
JohnM

d2mac, it's not really your computer specs making it slow, it's some sort of problem with mozilla's canvas in linux. It might be an issue with gfx drivers, but I'm not sure. That's why I mentioned the potential issue at the end of the description here.

almost 5 years ago
p4tr1ck
p4tr1ck

yeah, too slowww on my pc too (ubuntu 8.04 hardy heron)
1gb of ram
Pentium 4 3.2Ghz (dual core)
512 mb of vieo - Nvidia GeForce 8600 GTX.
I think this problem must be solved hurry, because most of users use linux.
so if you make something that doesn't work well on linux people won't use it.

almost 5 years ago
JohnM
JohnM

p4tr1ck: I don't think it is something I can change. I think it is a problem with mozilla's canvas code or whatever that code uses, because my same code seems to run fine in windows and on a mac.

almost 5 years ago
muratbiskin
muratbiskin

great

almost 5 years ago
misterpotato
misterpotato

@JohnM:

Thanks for the upcoming improvements (artist sorting). I'm really looking forward for that :D

I got the latest version today and it's working with the 0.7 pre again. And it seems to work better than before (less resources) too.

Really good job, once again.

almost 5 years ago
JohnM
JohnM

misterpotato: The latest version (2.4) should have artist sorting already, it just shows how you have your playlist sorted. The way you described it, it sounded like you thought that was coming later.

almost 5 years ago
Tallin98
Tallin98

Great add-on!
Got some issues while searching in my media library though.
First it shows every album in my library, but when I then search for example an artist I would like media flow to only show pictures of albums for that artist, on my computer it still show every album in my library...

almost 5 years ago
thx84
thx84

I don't know if someone already brought it up, it will be nice, if the album preview would change when you're listening to a new track. The pop-up does show the album, but mediaflow does not follow, at least not on my system...

thanks otherwise and sorry for my english

almost 5 years ago
limemintcooler
limemintcooler

its awesome

almost 5 years ago
JohnM
JohnM

Tallin98: Thanks, I forgot songbird could do that.
thx84: yea, it's been requested. I'm thinking about adding it, but it sort of feels like something that should be able to apply to all media views.
limemintcooloer: thanks, I'm glad you like it :)

almost 5 years ago
Darkhero5050
Darkhero5050

I am having trouble with this add on i cant enable it apparently. When i go to view media views is greyed out. I know that i installed it.

almost 5 years ago
JohnM
JohnM

Darkhero5050: What version of songbird are you using, what OS, and are you viewing a media list when you try and switch to media flow? Make sure you are looking at something like the library or playlist before you try and switch the view. If none of that fixes it, maybe I messed up the last version, does 2.4 on http://addons.songbirdnest.com/addon/238/versions work?

almost 5 years ago
ruipenunes
ruipenunes

This add-on is just what i was looking, but i definitely miss a couple of things:

1. Like thx84 mentioned, it would be great if media flow could accompany the tracks being played.

2. I chose media flow to be my media view in the Now playing tab, but it doesn't seem to be functioning. This would also be an important feature, as i see it.

Keep up the good work!

almost 5 years ago
JohnM
JohnM

ruipenunes: Could you explain how it isn't functioning? I assume you're talking about using it with the Now Playing List extenson?

almost 5 years ago
ruipenunes
ruipenunes

Yes, I have been using the Now Playing List extension. I forgot to mention it.

I open up a new tab and then choose Play Queue from the menu tree on the left. I make a selection of mp3 from the library, I add it to queue and then start playing it. In the Now Playing tab i choose Media Flow as my media view, but where I was supposed to see the album covers (like in the library tab), all I see is black.

I hope I have described the situation correctly. Thanks!

almost 5 years ago
JohnM
JohnM

ruipenunes: Thanks. It looks like MediaFlow works somewhat with that Queue. If you refresh the view it should display the albums, the problem is with adding the albums to the flow as items are being added to the playlist. That should be fixed in the next version.

almost 5 years ago
ruipenunes
ruipenunes

Thanks. It's exactly as you said. After refresh, the album covers immediately show up. Keep up the excellent work. I'll be waiting for the next version.

almost 5 years ago
Gratebrittian
Gratebrittian

I need help. Ive gone to the album art manager website and I dont know which version to download. I tried 1.4.2 and follow the prompts from there. I clicked "save" and then finnished but nothing to my knowledge happened, nor did anything change in SongBird. I would really like to have the MediaFlow application work for me but Im computer illiterate and I just dont know what to do. Please help!

almost 5 years ago
dberg918
dberg918

Hey JohnM, about the choppy animation in Linux, were you able to narrow it down enough that you could file a bug report somewhere for Mozilla or Cairo? Just hoping we can help them fix this problem...

almost 5 years ago
JohnM
JohnM

Gratebrittian: What version of songbird do you have? Also, it might be easier to try to install the extension from within songbird. If you download it from outside of songbird (like from Firefox) you'll need to drag that .xpi file onto the songbird interface.
dberg: I haven't, but I should do that soon if there isn't one.

almost 5 years ago
Gratebrittian
Gratebrittian

JohnM
     I have version 0.6.1
     How do I install the extension from within songbird

almost 5 years ago
Gratebrittian
Gratebrittian

JohnM
F***'n YAY!
I got it installed! I gave your recommendation a shot and tried to figure it out for myself and it worked. You'll have to excuse my excitement but when you're computer illiterate like me and you get something to work that no one else had a problem with but you, its a big deal (lol)! So thanks!

almost 5 years ago
iOsiris
iOsiris

Is there anyway you can get this add-on to recognize existing cover.jpg in the album's directory already please?

almost 5 years ago
JohnM
JohnM

iOsiris: You would need to either ask the author of the Album Art Manager extension or for Songbird 0.7 you would need to ask the songbird team (maybe at getsatisfaction.com) MediaFlow gets the artwork from the url in the database. The fetchers in the albumartmanager would probably help with that though. I think it might currently be possible if you mess with the options it has.

almost 5 years ago
ajeewa
ajeewa

I've enjoyed using this Add-On and I just want to make a request. Is it possible for the MediaFlow to update the album art when Songbird changes songs? What I mean is that if Song 1 finishes and switches to Song 2, Media Flow displays Song 2's artwork. At the moment, I have to click on the Song Ticker to update and was wondering if this can be done automatically.

almost 5 years ago
Schwadegan
Schwadegan

Hi JohnM, and thanks for a great add-on!
one thing though, if you'd alter the perspective on the covers behind the selected one, it just might improve on the "flow" feeling. But that's my thought, I don't know how it'd look in final.

Looking forward to fullscreen view,
Schwadegan.

almost 5 years ago
JohnM
JohnM

ajeewa: I think I'm going to add that. I think that should really be a global songbird option, but in the mean time it makes sense to add it to MediaFlow.

Schwadegan: I can't do that using the 2d canvas that MediaFlow currently uses. It doesn't provide enough skewing options. I have been looking into using the 3d canvas available in Firefox 3 and the latest version of Songbird, but it would require a rewrite of the drawing portion and I haven't gotten around to that.

almost 5 years ago
winters
winters

looks like great add-ons...but i've installed both albumapplet and media flow and neither work. when i switch to albumapplet it simply changes to "list" view. when i switch to media flow, its only a black bar with the album name at the bottom. i can scroll, but no album art anywhere...any tips?
i'm on Ubuntu 8.04.
also, just gonna throw this out there...what about a "full screen" media flow view? is it even possible?

almost 5 years ago
winters
winters

ps. i'm running songbird 0.6.1

almost 5 years ago
winters
winters

i goofed...didnt install album art manager...sigh. works fine now! LOOKS GREAT!
how bout a fullscreen mode? keep it up! i'll be able to quit itunes if you keep up the great work.

almost 5 years ago
KorkyKat
KorkyKat

Excellent. Better than a giraffes neck. Congratulations to those who did all the work. Cheerio Jobsy boy with your boring junk

:o)

almost 5 years ago
tylerstyle
tylerstyle

Great Addon, which is highly needed in the media player business to succeed. But I have kind of a bug to report. When you filter your list after Artist and have Soundtrack's in your library, the view gets messed up, by creating a placeholder for every track, that has a different Artist, where it should only handle the Album, not every track separately. When you switch to Album view, everythings ok. But for me, an Artist sorted List is always better.

Maybe this could be handled differently?

Most awesome work till now though. Keep it up!

Tyler out!

almost 5 years ago
deOmega
deOmega

running songbird .7 rc3

I am finding that the album art getting a bit messed up. EG:
All artists that have an album called Greatest hits, are lumped together under ONE ARTIST album cover in Mediaflow.. ..however, the Songbird display pane shows them properly. EG: Lulu would be in the mediaflow display as the song I selected , while Gloria Estephan is playing and displayed in the songbird pane.

This happens with albums with the same name, though they have different artists.

almost 5 years ago
JohnM
JohnM

deomega: yea, that's a bug that needs to be fixed. Thanks.

over 4 years ago
nicolaluna
nicolaluna

Hello John,
Very nice add-on! Just a thought- maybe you can add space up at the top of the album to even out with the bottom margin? It looks a little squished in my player as-is. But it is very nice to see my album covers again!

over 4 years ago
atreiu
atreiu

Great addon! But is there any chance to make this faster?
It moves staccato on my PC (Celeron M, 1,6Ghz, 1,5GB RAM, XP).

Would it be possible to give us some options?
For example switching the mirror-effect off could help a lot. Or set down the details a little bit, or something like that.

Thanks and keep on the good work!

over 4 years ago
Siggaard
Siggaard

I see you have explained why the plugin runs so slow on Linux (Ubuntu).
Could you maybe make a menu, with options so that slower computers can run this plugin in a another resolution or something.... ? Just an idea....

Keep up the good work!

over 4 years ago
Maxo
Maxo

Any chance on having it automatically flip to the new album cover on song change?

over 4 years ago
DenimRojas
DenimRojas

Its not really like Coverflow :'( so only 4 Stars! (It could be smoother too!)

over 4 years ago
JohnM
JohnM

Maxo: That will probably get added when I can get a chance. I've been busy lately though.
DenimRojas: Yea it's a little different because it is in 2D. I'll have to look into the 3D version of canvas for a later version.

over 4 years ago
kokotoni
kokotoni

I'm running version 2.6 on SB 0.7.0, but for this and previous versions, I've noticed that the aspect ratio of the album art is squashed, or is being forced to fit a CD jewel case shape, rather than the square album art that almost everyone will already have stored. Hopefully this can be fixed, or available as an option in future revisions?? :) Cheers!

over 4 years ago
Misty01
Misty01

First: I really love Songbird! Really good and in the future brilliant music player. The only thing I really miss in this version is the ability to order my music first on artist and second on album. I hope some developers can do something about that...

over 4 years ago
atlas3686
atlas3686

Any chance we can have the option in media flow to have the filter pane as well below it. WOuld be so nice.

thanks

over 4 years ago
JohnM
JohnM

atlas: technically it wouldn't be hard to do, but I don't really want to clutter the interface. Misty: Misty: The albums should be shown based on how the list is sorted. If you first sort by album and then sort by artist doesn't it do that?

over 4 years ago
deOmega
deOmega

For what it may be worth.. and I suppose in line with Maxo's request..this has not always happened, but currently, when the song changes, the album switches to match that song. Don't know why it has started happening as I did NOT do an update.. though i did re-import my library.

over 4 years ago
atreiu
atreiu

I switched off the reflection-effect for the albums by editing the add-ons code!
It runs very much smoother and much faster now! JohnM, please, please add an option to switch off reflection. That would help many people with similar problems...

over 4 years ago
atreiu
atreiu

PS: I just read, that you are busy, at the moment. Can I send you a patch? I could write a patch to read a value like "extensions.mediaflow.reflection = 0" from about:config very soon as a workaround, and an option-window later.

over 4 years ago
JohnM
JohnM

Sure thing. Need my email? It's my name + 555 @ gmail....

over 4 years ago
atreiu
atreiu

Thx! You got email... the option-window part come later, perhaps at the end of next week.

over 4 years ago
nilsja
nilsja

Hi JohnM,

some month ago, i explained how to install this plugin, or better java for songbird, here as a comment. Now its gone. Is it possible to find these old deleted posts?
I'm trying to install it for my sister...

over 4 years ago
JohnM
JohnM

Java isn't used with this plugin. To install this plugin in Songbird all you need is to open this site up there and click the install button. You may want to get the Album Art Manager extension.

The AlbumApplet extension uses Java, but that is not created by me.

over 4 years ago
bluemonki
bluemonki

Works really well when paired with: FocusTrack http://addons.songbirdnest.com/addon/1315

over 4 years ago
JohnM
JohnM

Thanks bluemonki. That feature has been requested for a while but I've always been hesitant to add it because it seemed like something that should be more general than to work just with MediaFlow.

over 4 years ago
Bensawsome
Bensawsome

AWSOME :D Better than Itunes :P

over 4 years ago
Nearvana
Nearvana

Really nice extension. However, I have a small issue with 'Various artist' albums where the individual tracks have ID3 tags of each artist. Despite the album art showing correctly in AlbumArt extension for the album or for the artist, MediaFlow shows a 'missing art' blank record image. This happens when viewing by artist or by album. If viewing by artist, clicking on any of the images takes you to the (alphabetically) first artist on the album.

I'm running 0.7 on XP.

Any thoughts?

over 4 years ago
Zeratul91
Zeratul91

My mediaflow is slow... What can I do?
I have an AMD 3400+ 2.2ghz, 2gb ram and an ati x1650 under Windows XP sp3 and Songbird 0.7.0

over 4 years ago
JohnM
JohnM

Zeratul, I'll be uploading a version that lets you disable the reflections, that can speed it up some. Normally speed issues seem to be a problem with the drivers.

Nearvana: I'll try looking into that. It wasn't originally designed to have multiple albums with the same name (stupid, I know) so there are some bugs with things like that now. I figured it was best to at least add the option to sort by artist and other details even though it did open up this bug.

over 4 years ago
terminus77
terminus77

I found a solution for slow scrolling in Linux here:

http://blog.songbirdnest.com/2008/05/28/mediaflow-is-purtylicious/

Karsten Otto Jul 8, 2008 2:04 pm Permalink

Regarding the problems with compiz and the sloooow media-flow, I’ve found a solution that might help others overcome the CPU problems when using media-flow:

Hard-/Software setup:
Ubuntu Hardy Heron, 8.04
GeoForce 6600GT using EnvyNG Hardware Drivers
Compiz libraries installed

Solution:
Install xserver-xgl using the package-manager, after X-relaunch, the original server will be replaced and Xgl will kick in. Afterwards, MediaFlow in Songbird will work fluently.

Conclusion:
In my opinion, the MediaFlow plugin cannot use OpenGL functionality on it’s own, therefore relying completely on the X-Server’s capabilities. My compiz installation was not harmed, e.g. the avant-window-manager (relies on compiz) still works fine.

I hope, this can help some of the (frustrated) user of Songbird’s MediaFlow plugin. Generally, I think Songbird in itself is a great piece of software. I’m relieved to finally have found a piece of software for media-management and -playback, that utilizes the general approach so often seen in other operating-systems.

Keep up the good work. I’m looking forward to the next versions.

over 4 years ago
Siggaard
Siggaard

NICE!!
Finally I can start using this plugin on Linux!!
xserver-xgl solves the problem completely!!

Very good indeed!

over 4 years ago
ceyeber62
ceyeber62

Awesome! This is an excellent add-in.

over 4 years ago
SmerkinGherkin
SmerkinGherkin

Awesome add-on. However I do have a slight issue...

When I edit the rating of a track the CPU usage maxes out and the UI on Songbird freezes. When it becomes responsive again the albums have multiple artworks showing. I can't work out how they are separated as for some albums there is an artwork for each track and for others there are only two or three.

When this happens resetting the view by selecting MediaFlow from the view menu resolves the issue until the next time I make a change to the rating.

The versions that I am using are:

  • Songbird: 0.7.0
  • MediaFlow: 2.6.2
  • Windows XP
over 4 years ago
SmerkinGherkin
SmerkinGherkin

Looking into this further the issue only occurs when using a smart playlist so I assume that this is related to the way that Songbird refreshes a playlist after a change.

Again, kudos for a great add-on

over 4 years ago
Smooth_dudes
Smooth_dudes

This completely crashes my songbird 0.7... Or rather; it slows it down so much that its stops responding and goes black. I just dont understand why... im using ubuntu 8.04 and my computer has 4GB ram and a 2,4GHz cpu... What am i doing wrong? :P

over 4 years ago
JohnM
JohnM

Smooth_dudes: I mentioned mediaflow doesn't seem to work well on linux in the description. There was also a recent comment that describe a way that might fix it

over 4 years ago
gutidavid1
gutidavid1

Really cool

over 4 years ago
braulio
braulio

nice

over 4 years ago
h4nn4h
h4nn4h

Hello,

I just switched from windows xp to ubuntu and have been using songbird for my music...I love it, and I love this add-on. Nice work! I have a question though...I really like the entire look of songbird on the picture of this add-on and I'd like mine to look pretty much exactly like that, but being very new to it, I have no idea how to recreate it. Which skin are you using, or are there other settings that you have changed?

Anyway, very cool add-on!

over 4 years ago
JohnM
JohnM

I need to update that screenshot. It was taken with the old default skin named Rubberducky.
You can get it from here: http://addons.songbirdnest.com/addon/1277

over 4 years ago
jesus_freax08
jesus_freax08

Nice!

over 4 years ago
GeekShadow
GeekShadow

Update your screenshot ;)

over 4 years ago
drdale
drdale

I really like this extension, but it has corrupted (no covers viewable), and I have not been able to revive it. I've uninstalled and reinstalled both the extension and Songbird to no avail. All that is visible in the MediaFlow pane are left and right arrows with a divider between them. It makes me wonder if there is a configuration file in the profile to delete, but I don't see anything like mediaflow@songbirdnest.com in the profile. Any pointers would be greatly appreciated.

over 4 years ago
atreiu
atreiu

@drdale: You should first make sure, that the problem lies inside the profile. You can check that by creating a new profile through the profile-manager and testing the extension there. If everything works fine, then indeed the problem is in the profile.

over 4 years ago
jeremys18
jeremys18

i installed this at least 6 times but i get nothing! in my view>media views> ..... its empty! theirs nothing their! it said to restart songbird and every time i do it brings me back to this page. why? why isnt it installing?

over 4 years ago
pablofaria
pablofaria

There is room for improvement but you've done an excellent job!

over 4 years ago
B_old
B_old

Well done! I am looking forward to the new releases.
A few things I would change:
Scrolling performance is not very good right now.
The scroll bar that keeps changing its size while new albums are added to the list is a bit annoying in my opinion. I would prefer a forward/back button that discretely disappears when the mouse leaves the cover art windows.
Keep up the good work!

over 4 years ago
drdale
drdale

@atreiu: Creating a new profile fixed the Media Flow problem. Sometimes I miss the obvious. Thanks for your help.
Now it's on to fixing all the media re-import errors. I guess I should not have imported my whole collection at one time.

over 4 years ago
0megapart1cle
0megapart1cle

You guys got a lot of work to do. Unbelievably slow compared to iTunes CoverFlow on the same hardware. It's really unusable. I certainly don't have the fastest computer (It was $2000 five years ago) but Coverflow runs almost seemless on this computer.

over 4 years ago
JohnM
JohnM

omega: It isn't really 'you guys', it is just me. Songbird didn't make this extension. Next, there are some general speed issues (loading could be improved, scrolling through a lot at a time could be improved) but in general just switching albums shouldn't be slow. I would like to fix those but have been too busy with school too get to it. If general switching is really slow there is probably a problem with the graphics driver (at least that is what it has seemed like before. Most of the computer specs don't seem to determine speed that much. It also runs at a fine speed on most computers.

over 4 years ago
Coeluh
Coeluh

Hey. Could you add this function: Instead of showing the album, show the tracks within the albums. So you can use this to browse all your music.

over 4 years ago
jayuk20
jayuk20

How do I add my own album art so it displays when I play a song?

over 4 years ago
weakon
weakon

Hi JohnM

I like your Addon very much!
I am a Web-Developer, so I like to integrate this engine to a web-application - can you give me some advice how it works? Would be great joy to me!

cu

weakon

over 4 years ago
JohnM
JohnM

weakon: You might like to try ImageFlow. MediaFlow is different (although it has a similar look and name). http://imageflow.finnrudolph.de/

over 4 years ago
lukekurtis
lukekurtis

I second kokotoni's comment about the distortion of the images. I would love to see an option to preserve the original aspect ratio of the album art, or even an option to make it a square aspect ratio. My album art just looks weird stretched the way it currently is in MediaFlow.

over 4 years ago
JohnM
JohnM

Give me two weeks and I'll have more time. I'm not ignoring these suggestions, I just am too busy with other work right now.

over 4 years ago
steampunk
steampunk

Slightly OT question - what theme/add-on is being used in the screenshot for MediaFlow?

over 4 years ago
steampunk
steampunk

Shizzle, nevermind...slight oversight on my part :)

over 4 years ago
Tom Gabriele
Tom Gabriele

hey johnm...thanks a lot! i like it.

i second the comments about distorted aspect ratio, but i am willing to wait for you to work on it at your convenience, seeing as you are doing this for us for free and i certainly couldnt do it myself.

over 4 years ago
deOmega
deOmega

@JohnM

Seems as though mediaflow is not keeping the aspect ratio for the images. It is not outright a huge catch, but if you would like an image, let me know.. but for comparison, keep the 'album art pane opened along with Media flow, and compare.

Thanks for your great work.

over 4 years ago
deOmega
deOmega

may I also add:

First, Shame on me for not seeing the aspect ratio issue mentioned before.

Secondly,
There was a time when, to get album art to cycle through the albums with song play, I simply would initiate the playback in the album art view, or by clicking on the album... However, currently,clicking on the albums do not initiate song playback... nor does righclicking on the album and selecting play.

I realize that you do not have time at the moment, but just passing on.

over 4 years ago
marsupilami
marsupilami

Hi, nice idea, but there are just a few covers shown... most are just black vinyls? what did i wrong? installed add-ons: last.fm album art, vinyl album art, focus track. even if the last.fm album art add-on shows the cover, this add-on doesnt... can anyone help?

over 4 years ago
deOmega
deOmega

I hope i am not speaking out of turn, but here is what I know so far...

There was a time when Album art manager (which is not compatible to songbird 1.0) was used to retrieve album art from the web etc.. but the way i think it is now.. If you do not have the album art already, there is NOT an automatic fetcher for the missing album art.. so you may have to do the copy and paste manually.

Also, Last fm art is just a display thing and is not integrated into the metadata or folder, which is why Mediaflow would not pick up the art that is being shown there.

I think the Vinyl is just a way to show your missing album art, as opposed to the typical cd look.

I am also here hoping that it will be addressed soon.. but, if none of the addons handle it, then Songbird has that feature on the roadmap... I think in the February Release...

http://wiki.songbirdnest.com/Roadmap

over 4 years ago
JohnM
JohnM

Yea, mediaflow gets it from the albumartwork metadata stored in songbird. I honestly don't know the best way to get new album art because all my tracks have it. I did use album art manager though. Unless someone answers I'll look into it in a couple days.

over 4 years ago
Rolle
Rolle

JohnM: Could you please tell me which settings I have to change to get album art show like squares, not recentangles, I hate when every cover is resized like for example like 200x180, not 200x200. Please? I tried to modify flow.xml but I'm not so good at this. Also I don't like scrollbar but I got that myself. JohnM, please help me out here?

over 4 years ago
JohnM
JohnM

Rolle: flow.xml would be the right file. I'll get to it when I have free time in a little more than a week.

over 4 years ago
Rolle
Rolle

@ JohnM: Okay, thanks!

over 4 years ago
deOmega
deOmega

@JohnM
I posted this over on songbird blog, and since I believe that your product depends on what songbird itself finds in album art, I thought I will post here for whatever it is worth:

Strange thing here:

Apparently, I have album art in my metadata somewhere or something, but they are not showing up in Album art of mediaflow…However, the strangest thing:

When i use this SOngnotifier addon: http://addons.songbirdnest.com/addon/39

It Picks Up The Album Art That I KNEW I had, but just not seeing in songbird!! IS this something that songbird needs to duplicate? Or is he pulling the art from the web? I doubt he is pulling from the web because they are the exact art I had before.. some were manually placed.

over 4 years ago
JohnM
JohnM

deomega: it looks like that extension gets its album art from last.fm.

over 4 years ago
deOmega
deOmega

Thank you JohnM. Funny that it has album art that I manually selected.. or maybe that is what I thought I did :) . Senility setting in here :)

over 4 years ago
sebkg
sebkg

Is it currently possible (or would it be possible to have this feature added) to add the MediaFlow panel above the Filter Pane. That way you could still chose songs using the filters and MediaFlow would rotate to the corresponding album...

over 4 years ago
nwpsys
nwpsys

I also have a request along filtering lines ... would it be possible to have an option to make Media Flow work as a filter as well i.e. tracks from the album shown are the only ones that play ?

over 4 years ago
Rolle
Rolle

I want Filter Pane implemented as well. Two the most imporant upgrades would be:

 * square artwork (keep aspect ratio)
 * + Filter Pane

Those two would make me use this plugin as main media view. And worth of full 5 stars :) and happy me :)

over 4 years ago
maneeshpangasa
maneeshpangasa

Awesome feature that reminds me of Cover Flow in Apple's iTunes. I only wish full screen Media Flow playback can be added in a future update (full screen Cover Flow wasn't when Cover Flow was originally made part of iTunes 7.0.0 but later was added), also tried using it in Mozilla Songbird on my Mac Mini running OS X Tiger 10.4.11 and although Cover Flow works on my Mac in iTunes fine the Media Flow doesn't work so well on Songbird 0.6 (latest Mac version) on my Mac -- the background appears but the artwork doesn't -- as I scroll I see the files listed on the bottom but at the top in the Media View pane I don't see the artwork but as I scroll the name of the currently selected file appears in the Media View pane. Hopefully, this can be fixed in future so Media View also works well with Mozilla Songbird for Apple's Mac OS X. By the way although I still have Tiger on my Mac Mini I expect to upgrade to Leopard by the end of the month. Oh and happy holidays to everyone in the Mozilla community!

over 4 years ago
maneeshpangasa
maneeshpangasa

Sorry for the double post but just got another suggestion -- for Mac OS X users there is a visualizer plug-in for iTunes users called JewelCase (is not yet iTunes 8 compatible) that lets iTunes users see their album artwork in a spinning virtual CD (for more info go to www.opticalahchemy.com) for a while I have written the developer of how great it would be to also have a Windows version for Windows using iTunes loving users. Unfortunately the developer has been unable so far to add Windows releases of JewelCase and now has become too busy with other projects to even continue in the near future updates to JewelCase to be compatible with newer releases of iTunes on the Mac even. It would be nice at the very least for a JewelCase like plugin to exist for Mozilla Songbird and be cross platform. Media Flow is great now if a JewelCase like feature could also be added for Songbird users that would be cool.

over 4 years ago
maneeshpangasa
maneeshpangasa

Sorry for the triple post just noticed Media Flow needed Songbird 1.0 and updated to Songbird 1.0 on my Mac and now Media Flow works fine in both Mozilla Songbird 1.0 for Mac OS X and Windows.

over 4 years ago
fretrunner
fretrunner

Very Nice but there ist one bad ting:

When I start playing a Playlist, the MediaFlow stays at the first track of the Playlist.
Should it not follow with the several tracks?
Its silly to see only the first Albumcover of the list, while other songs beeing played....

over 4 years ago
atreiu
atreiu

@fretrunner: there is an additional add-on for this functionality. It works great with MediaFlow :-)
FocusTrack: http://addons.songbirdnest.com/addon/1315

over 4 years ago
willwill100
willwill100

just thought i would post to say its now working on linux since the upgrade to 1.0 without the sluggish CPU maxing out effect. Nice effort!

over 4 years ago
tweek
tweek

would it be possible for mediaflow to fetch covers from metadata?
I have just about all my covers in metadata since it's...well metadata. Filesystem tends to be unstructured and non-standard, especially since i use my library from different plattforms.

Great add-on nevertheless!

over 4 years ago
tweek
tweek

seems like mediaflow does fetch covers from metadata. But not until i've touched (play or edit) the first track of the album. Strange but i can live with it.

Thanks again for a great add-on.

over 4 years ago
deOmega
deOmega

atreiu, I just discovered that myself.

Mediaflow currently requires focustrack.

over 4 years ago
JohnM
JohnM

deOmega: I wouldn't say MediaFlow requires focustrack, but it does work well with it. The feature focustrack adds isn't something that should be directly implemented in MediaFlow because it makes more sense for it to work with whatever mediaview you currently have set.

tweek: MediaFlow gets the album art information from Songbird so it is really songbird doing the fetching from Metadata. I think I heard the next version of Songbird will add support for fetching album covers from online sources. That is a feature previously in the Album Art Manager extension.

over 4 years ago
deOmega
deOmega

JohnM
Thank you.

over 4 years ago
fictoris
fictoris

Sadly at this point all I get is a small floating scrollbar on my newly installed MediaFlow. Any suggestions?

over 4 years ago
LIB53
LIB53

Sorry, but It's just not as smooth as coverflow. Don't get me wrong though, ot still is a damn good job on your part.

over 4 years ago
fictoris
fictoris

Just a quick update to my earlier post of all I am getting is a little tiny scroll bar. I looked in the Error Console and I am throwing this:

Error: uncaught exception: [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIPrefBranch.getCharPref]" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: chrome://mediaflow/content/media-page.js :: MF_onLoad :: line 162" data: no]

Hope that helps.

Cameron

over 4 years ago
JohnM
JohnM

Thanks fictoris, it looks like thats some old unused code there. It is looking for a preference name extensions.lastAppVersion. Can you open about:config and search for that preference? If it isn't there you can just creae a new string preference by that name and mediaflow should work.

over 4 years ago
McFlow
McFlow

Yeah, that plugin rocks. Thank you.
I had problems with the slow scrolling in Ubuntu as well, but taking the OpenGL 3.0 (beta) display drivers solved the problem.
Now there just needs to be a cover fetcher :/

over 4 years ago
fictoris
fictoris

Thank you very much JohnM I just added the string value to about:config gave it the value of NoClue and it now works perfectly! Thanks for the speedy response!

over 4 years ago
deOmega
deOmega

excellent update, thank you very much.

over 4 years ago
LIB53
LIB53

Good update. Is there a way that i could change the background for mediaflow specifically for one of my feathers? For instance, if someone installs my add-on Aero Bird, and they use media flow, they'll see some aero styled graphics instead of plain black in the background.

over 4 years ago
JohnM
JohnM

LIB53, yes it is. You just need to override some of the styles defined in flow.css (see the extension description) It looks like I added a !important next to the caption color... I shouldn't have done that so you may have a hard time overriding that unless your theme overrides the entire file, but maybe it will work. I'll see if I can take out the !important in the next update.

over 4 years ago
atreiu
atreiu

@JohnM: I have the same problem as LIB53. It's easy to change the background of the MediaFlow-Displaypane via css, BUT then you'll have a problem with the reflections, because you are using a black gradient to smooth out the mirror-effect. I didn't find a way to change the color of this gradient via css, but a non-black background looks just ugly, if I can't change the black gradient, too. Any ideas?

over 4 years ago
atreiu
atreiu

PS: Just a thought: Is it possible that you use a transparent gradient for the reflection? So mirrored CoverArt will be faded out into transparent, instead of being faded into black? That would solve this problem. :-)

over 4 years ago
halluci
halluci

Thank you for fixing the aspect ratio on the cover art.

A few things:
1. This is still running really slowly; scrolling through the album art stutters very visibly. My graphics card is by no means a gaming card, but it works fine for most 3d graphics so I don't see why this should be so slow.

2. The option for max number of covers to display doesn't do anything. I tried reducing it from 9 to 5 in order to see if it would help with the stuttering, but I still see the same number of album covers.

3. Scrolling through the album covers seems to skip every other cover; I can click on the ones that are skipped to bring it to the front, but clicking on the scrollbar skips over every other cover.

Information: I'm running the latest nightly build 909 on Windows Vista 32 bit. My album covers are separate jpg files within the folders for each album (since flac support for embedding album art isn't very good)-could this be the problem with the stuttering? It runs slow regardless of whether I have 100 covers in my current playlist or just 3.

This is very good already, it just needs to be a lot smoother for me to be able to use it.

over 4 years ago
Rolle
Rolle

Woah, thanks for aspect-ratio fix! now it's almost perfect :)

over 4 years ago
Rolle
Rolle

Am I only one but it seems ratio is still not right? height is more than width? just a bit?

over 4 years ago
Rolle
Rolle

Now when I look more closely it seems not. SORRY, I was already almost used to previous aspect ratio. This messed me up :D Sorry again. Do you know where I can hide the scrollbar? in last version I put class to scrollbar in flow.xml and hide it from flow.css by display:none parametr. Why come it does not seem to hide in the new version? JohnM can you please tell me this, then you are free I promise :)

over 4 years ago
Rolle
Rolle

Sorry for fourth post! I managed to hide scrollbar myself. Now this is perfect, thanks! :) *****

over 4 years ago
JohnM
JohnM

atreiu: I don't know if I could use a transparent background to do the fading, that would be best. I don't think it will work because it needs a color to blend the image with and clearly if you are blending something with... well... nothing, it isn't going to look different. MediaFlow used to adjust the color of the faded reflections based on the background color, but for some reason I took that call out (no idea why)... I'll add that in again for you.

halluci: That preference is worded poorly, what it does is limit the number of albums that are shown on each side of the center. Try lowering it a little more and I'll try and reword that preference for next time. I'll need to look into the scrollbar issue, it should only move one at a time (that is the default for scrollbars anyway) but I am getting the same issue. I never really use the scrollbar though, I just use my mac's trackpad or the scrollwheel on my mouse so I never really noticed it.

over 4 years ago
atreiu
atreiu

@JohnM: Yeah, I thought this would be difficult... Transparent gradients would allow even background-images for the MediaFlow, that's why I asked. But using the background-color will be good enough. :-)

over 4 years ago
halluci
halluci

@ JohnM

Ah, I see now. I thought the option was to limit total number of album covers displayed at once, not number on each side.

A suggestion: you should save the loaded album covers to some sort of cache since right now, every time you switch between playlists or do a search, coverflow has to reload every single album cover which is slow.

over 4 years ago
halluci
halluci

Also, for some reason, there are limits to how large I can resize the coverflow pane. Even when my window is maximized and I clearly have plenty of room, I can't increase the size of the coverflow pane beyond more than a third of my total screen height.

over 4 years ago
nicolaluna
nicolaluna

hello john,

thank you for the update! i'm agreeing with halluci~ i would like to be able to make the size of the coverflow pane as big as i want; even shrink out the playlist altogether as needed.

over 4 years ago
nicolaluna
nicolaluna

also, should the albumart move to the next album being played when on shuffle? i'd like to see all my art, not just the first album always....

over 4 years ago
JohnM
JohnM

nicolaluna, the reason there is a limit to the height of the album display is because each album is displayed smaller and smaller as it gets to the limits (unlike apple's coverflow). This is done because I couldn't angle the albums like apple can using the 2D canvas. I could relax the restriction a little bit I guess.

With your second comment, the description links to the FocusTrack extension which can accomplish that. It was left out on purpose because it isn't a feature that should be implemented per each mediaview but app wide (which the Focustrack extension does).

over 4 years ago
boosh
boosh

@halluci: Scrolling (with a trackpad/scroll-wheel) on Windows/Linux depends on what you have your mouse settings to. If you have you settings to a higher number like 3 or a higher speed scrolling, then it will scroll that many covers per instance. It should be the same as in iTunes to test it out if you have it installed on Windows at least.

over 4 years ago
atreiu
atreiu

Is it just me or do the albums really look much sharper and nicer, now? =)
I love the new update & new function! Thanks a lot, John!

over 4 years ago
JohnM
JohnM

Yea, sorry about leaving it stretched for so long. I use roughly the same code in a similar firefox extension and didn't realize how much better it is as a square here. I think I also left it stretched because the original missing album art image from the AAM extension was a clear album case which wasn't exactly a square. I might be remembering that size a little wrong though.

over 4 years ago
DLawton
DLawton

What's the deal here? All of my music folders have a folder.jpg. After I installed MediaFlow, more than half of the albums were randomly missing art or just had a black spot instead of the graphic used for no album art. What's with that? What decides whether MediaFlow uses one folder.jpg over another? How does this add on have a 4/5 rating when it essentially doesn't do what it was made to do? Mysteries that some may never discover...

over 4 years ago
JohnM
JohnM

You're welcome DLawton! I'm glad you love the extension. In case you are wondering, let me explain some information for you. MediaFlow doesn't load album art online or from metadata, it gets the album art information from songbird's database, so for starters all of your accusations that MediaFlow sucks at finding album art or is deleting album art are entirely wrong. You might not have noticed, but you can view your album art without using MediaFlow in the bottom left pane of Songbird, so that could have been a hint that it wasn't MediaFlow's job to fetch (or delete) album artwork, only display it (although in the past with the album art manager there were context menu options to do just that which called functions belonging to the Album Art Manager). Album art handling has changed a decent amount in songbird since MediaFlow was first created. Initially MediaFlow required the Album Art Manager extension. That extension would fetch artwork from amazon and other places and store it in Songbird's database(in the primareImageURL property associated with the mediaitem if you were wondering). Eventually Songbird developed built in support for fetching artwork from Metadata and the Album Art Manager sort of merged somewhat into Songbird (although the online fetching won't come back in until 1.1 is done). I'm glad you appreciated this free extension and were able to voice your kind comments in a nice and mature way.

Now if you have any more legitimate criticisms about MediaFlow, I'm all ears. Feel free to complain about how it is slow or ugly or doesn't recognize album art that songbird displays on its own.

If you have any questions, suggestions, or comments about the Songbird application and not this extension, please direct it to the kind songbird folk over at their getsatisfaction site.

over 4 years ago
DLawton
DLawton

I didn't say anything about MediaFlow not fetching the album art itself, I know it doesn't do this. What I am saying is that it's not displaying the art I already have in my music folders. Well, it displays some. For others it gives the "no album art" graphic and for others it's just a blank space. Isn't the purpose of the add on just that - to display the album art for my music (which again, I'll add, is on my hard drive, sitting in each album directory). I was really excited about the add on and I appreciate the work and all, but it's just not working for me. Sorry I wasn't congratulatory on something that's not functioning correctly.

I can "correct" it by dragging the album art into the player - but this is rather tedious if you have 2000+ albums.

over 4 years ago
ruipenunes
ruipenunes

Hi JohnM, After installing the new update I noticed one thing wrong: when I search for a certain song, artist or album it doesn't show me the results unless I refresh the page.

This doesn't happen if I'm using the List or the Filter Pane Views and it didn't used to happen with MediaFlow before I installed the new update.

I don't think it's also caused by any other add-on. I've installed BirdQuizz recently, so I thought it could be the one causing this, but it's not. I disabled it and the problem persists.

I don't know if it's important to mention, but I'm using Vista.

I hope you can see what's happened.

Happy new year and keep up the excellent work!

over 4 years ago
Frostmourne
Frostmourne

Hi JohnM, awesome plugin - main reason I've switched to Songbird and when others see me using it, their first reaction is how amazing the MediaFlow window is.

Just wanted to confirm what ruipenunes said above. I'm experiencing the same problem (on Windows XP).

Just updated to the new version a few minutes ago and when doing a search - MediaFlow does not refresh the view like the previous versions did. I have not installed any new plugins apart from updating to the new MediaFlow version. Hope you can find the problem.

Many thanks for the plugin and Happy new year !

over 4 years ago
atreiu
atreiu

@DLawton: I think you didn't get JohnMs explanation correct. Your problem, as you describe it, has nothing to with MediaFlow nor with Covers fetched through the Internet. Your problem is, that you MUST tell _Songbird_ for all your Tracks, where your Cover for this Track is. Some of the Covers might be linked correct already, but some might not. If the Track is not linked correctly with the Cover, you will see no Cover. Not in the small Album Pane, not in den Album View - Addon, not in the MediaFlow - Addon, not in any other Add-ons that use the Album Cover. It's a Songbird problem, not a MediaFlow problem. You can discuss this on the getsatisfaction-site, here it is not appropriate.

PS: As far as I know, a solution is already in the pipe, in the form of Songbird 1.1. which will have an Album-Art-Manager included, so hopefully we can automatically assign the Covers of our 2000+ albums. Imho, you just have to be patient and wait for the next Songbird version.

over 4 years ago
DLawton
DLawton

So Songbird does not have the basic functionality that every single other program like this ever coded in the history of mankind has - being the ability to understand that "folder.jpg" is the cover art for that particular album, and Mozilla expects us to individually drag thousands of images in Songbird to update it correctly? Seriously how hard is it to code that folder.jpg = default for album art.

over 4 years ago
DLawton
DLawton

Even if that's true, I don't understand how randomly some of my cover art is appearing without my intevention, while the mast majority isn't. Is Songbird coded to randomly roll the dice on every album and if it comes up with a 6 it'll use folder.jpg and anything else you're screwed? Is this some strange form of musical russian roulette?

over 4 years ago
JohnM
JohnM

Thanks ruipenunes and Frostmourne. The filter pane and search do work in a similar way and I forgot to test and make sure it refreshed when a search was done.

DLawton, ask on getsatisfaction, I can't answer that.

over 4 years ago
nicolaluna
nicolaluna

hi johnm,

i installed your update that includes your changes to album height, and i found focustrack and installed that too. so, now mediaflow is doing exactly what i needed. thanks so much for both, and happy new year to you!

over 4 years ago
nicolaluna
nicolaluna

p.s. love it!!! :)

over 4 years ago
FMG
FMG

um..the last update broke songbird library search for me in every view except list view so i had to roll back to 2.7

maybe this just affected me, but i thought I'd mention it anyway

over 4 years ago
jandb1980
jandb1980

the new version does knock out the mediathek search function :-( searching the mediathek does now only work in list view, and not anymore in mediaflow view

over 4 years ago
moopet
moopet

It takes a long time (10-20 seconds) to start up and isn't very smooth when it does - I have machines with onboard video and with supermegapower cards in and it looks like it's struggling on all of them. Doesn't seem to matter if it's on linux or windows, whether with a large library or not.
This isn't a complaint - I don't really like this kind of extension and don't intend to reinstall it anyway - just an observation. Several extensions seem to take a long time to get going, and I guess this must be a limitation of songbird's current machinery.

over 4 years ago
Ender
Ender

Search is disabled for me as well, so it's probably affected everyone. Just a heads up.
Keep up the good work! This is by far my favorite add-on (and will be even more so when full screen is implemented :p ).

over 4 years ago
joene
joene

Yes, search seems to be disabled.
Another small bug: when you have two or more albums with the same name ('live', in my case) by different artists, mediaflow always scrolls to the first album in the library, not the 'correct' one.

Great plug-in though, keep up the good work!

over 4 years ago
3NE
3NE

I love this add-on as well, but I can also confirm that the latest release has disabled the search function (on Win Vista 32-bit).

Looking forward to the next update, or better yet, when it's fully incorporated into Songbird ;-)

over 4 years ago
eccoh
eccoh

Hello and first thanks for this great add on

but i want say that there is some little problem using it on linux

when i want search my library using it
it's going very slow
and sometimes make crash the application....

i have no flash plugins installed on it

i don't know if it's only for me
but hope one day i will work better ;)

over 4 years ago
boosh
boosh

Just saw your conversations with DLawton... and felt sorry for you... So I just wanted to say Thanks for the add-on and keep up the awesome work! : )

over 4 years ago
DLawton
DLawton

Yeah should really feel sorry for the dude... who am I to try to report issues / suggest ways to improve the add on.

over 4 years ago
DoomSammich
DoomSammich

Hi there,
I have a problem kind of weird.

When I switch to Media Flow my filter panes will not go away.
I tried reinstalling Songbird and Media Flow and still the same issue.
I use CCleaner to clear my registry of that kind of stuff, just wondering if anyone can help.

over 4 years ago
DoomSammich
DoomSammich

I am sorry, I figured it out.
Likely sounded like a dumb question.

If anyone else runs in to the above just:

Right click in MediaFlow > Settings > Hide Filter Panes.

OK, Thanks amazing add-on looking forward to using Songbird and MediaFlow.

over 4 years ago
Bazzz
Bazzz

Hi JohnM,

First of all, thanks for this brilliant add-on. It was the first add-on I installed, and it is not going to leave! :)
I used your flow.css to change the background colour to white, which worked perfectly, but now I would like to have a dark border around every album art. Some of the artwork have a white background and look bad on the white background of the flow. Is there a css class somewhere where I can add the border code?
Thanks in advance

over 4 years ago
jgrawcock
jgrawcock

it's nice looking but it's unfunctionally slow on my lenovo T61, C2D - T7300, 2G mem, nVidia Quadro NVS 140M on Ubuntu Hardy.

over 4 years ago
maeks
maeks

Latest update breaks search function in Media Flow View. Otherwise, BEST add-on! Thanks.
Songbird 1.0, Ubuntu 8.10.

over 4 years ago
danhackley
danhackley

is it possible to have the album art displayed in a jewel CD case, as the other coverflower applet did ?

over 4 years ago
andyrushton
andyrushton

Hi, very nice extension, my preferred media view most of the time.

However, I seem to have uncovered a bug. I find that if I switch to the Album View (i.e. the media view extension of that name) and then back to MediaFlow, I get an extra column in the filters pane. I currently have 6 columns - 4 Artists and 2 Albums.

I'm going to see what happens if I quit/restart and also if I disable Album View.

over 4 years ago
andyrushton
andyrushton

Oops, forgot some key information:
  Songbird 1.0.0 build 860 (i.e. current public release)
  MediaFlow 2.9

And it maybe relevant that Album Art is not compatible with 1.0.0 and so is currently disabled.

over 4 years ago
NMLZ
NMLZ

is it possible to download covers with this extension? if not, is there another method to download automatically? thanks

over 4 years ago
Bazzz
Bazzz

@NMLZ : Try the website Discogs.com
It has loads of artists and their albums and often including the album art

over 4 years ago
NMLZ
NMLZ

@Bazzz : I was looking for an automatic way, since I have hundreds of albums ... manually it would take forever. Thanks anyway!

over 4 years ago
JohnM
JohnM

NMLZ: The next version (1.1) of songbird has a built in way to fetch covers automatically. It is already in the current nightly version.

over 4 years ago
derdude
derdude

hi, version 2.9 (still present in 2.9.1) introduced a small bug to my setup: when filter planes are hidden in media flow view the 'search library' function ceases to work. happens on windows XP and on ubuntu intrepid. keep up the good work!
Windows XP Version: Songbird 1.0.0, Build 860 (20081124135419)

over 4 years ago
JohnM
JohnM

Thanks derdue, sorry about all of these search bugs recently. I should be more careful.

over 4 years ago
martinrabson
martinrabson

MediaFlow 2.9.2 works beautifully for me, search is working with or without FilterPane showing

My platform, Vista 64, Current Songbird 1.0.0, Build 860, FocusTrack 1.0.4, VinylArt and Sheen 'feather' 0.0.0.3

Thanks for developing this addon, the Beers and Everything on Pizzas are on the way.

over 4 years ago
Ender
Ender

Hey I have a suggestion. Would there be a way to increase the size of the text (album name) within mediaflow without increasing the size of everything in songbird? I'm thinking for when the mediaflow window is made huge so it can be seen from afar. Also, would it be possible to show the artist name down there too? Thanks man :)

over 4 years ago
Angryman
Angryman

Hey... Aso from me first a big Thank Your for that plugin... I know this also has been mentioned already. But in my case there are also some blank items... Only the title of the album is seen. The album art view in the service pain contains an album image... This is a more or less randomly process... Any ideas?!

over 4 years ago
martinrabson
martinrabson

@ Angryman You say the 'Art' no show is random, but wondering if there is a commonality between File type and the art not showing?
If it's not very many and you can pin point the issue to a given file type or types then the 'cover.jpg' etc... in the music file folder should work
Just an idle thought

over 4 years ago
xuo
xuo

Hi,

I think it could be great if MediaFlow could choose the correct album cover when SongBird is playing music randomly.

Xuo.

over 4 years ago
JohnM
JohnM

xuo: The FocusTrack extension mentioned in the description does that.

over 4 years ago
nottRobin
nottRobin

This addon is just too slow to be used

over 4 years ago
deOmega
deOmega

nottRobin,
That sounds quite harsh, conclusive and too global, when so many of us enjoy using this extension. :( ....We have to remember that the author's work is voluntary and by himself :)

JohnM:
Having said that though (hehe), from MY experience with mediaflow default settings:
I would agree though that it could have a smaller memory footprint when loading the art, because i have seen songbird usage fly from ~55mb to as high as 300mb, when switching to mediaflow view for the first time. However, when it finishes loading, the memory usage comes back down to ~65mb if left alone. Of course when you start scrolling through them again, it goes to ~120-180mb and pretty much stays there after that, even after switching from mediaflow.

On the bright side, the next release of Songbird (in February) will have better memory management, but even with it SO FAR (Using nightly build), Mediaflow still causes the memory to become quite volatile. (I just chalked it up as a price for eye candy and convenience)

I have a relatively powerful computer system, so it does not affect me at all, but just giving feedback for whatever it may be worth.

over 4 years ago
JohnM
JohnM

Thanks deOmega, when I get the time I plan on making it more efficient. I'm just busy with a bunch of things now.

over 4 years ago
eccoh
eccoh

hello !!
sorry but i made mistake
that was the now playing list plugin who made the search so slow....
i disabled it and now it's ok !!

thx again for great add on
and sorry for disagreement....

over 4 years ago
noteviljoe
noteviljoe

I'm contemplating switching from mediamonkey to Soungbird. The only thing holding me back is the that I like to browse by album art.

So I was very pleased to find this plug-in. Except that it doesn't seem to want to display all my art :-( [n.b. it all displays fine in mediamonkey]

I think:
Flac - pick up fine
Mp3 - picking up fine
M4A - not picking up the art

Operating system: Windows Vista.
(Aside: looking into this also noticed that songbird doesn't seem to be able to read the album artist meta data of M4A files)

over 4 years ago
noteviljoe
noteviljoe

I have just tried to add album art to one of these (apparently artless) M4A albums. It worked. However, I don't really want to have to re-add the album art of all me M4A albums as I have loads. They were all ripped from CD's using itunes (I use EAC now) - could this have something to do with it? Does itunes add album art in an annoying way?

over 4 years ago
JohnM
JohnM

noteveiljoe: This addon doesn't read album art information from your music, it gets the information from Songbird. You might want to ask this question at their getsatisfaction site: http://getsatisfaction.com/songbird. If you are seeing the album show up in songbird's album art pane (which can be shown in the bottom left of the window) and you see it when you try to edit the tracks metadata, then it would be a mediaflow problem and you can bug me some more.

I think itunes might store album art separately from the actual music, but I'm not totally sure.

over 4 years ago
klint
klint

Hello
There is a pb with Media Flow and the latest nightlies (I forced the install, of course!)
Clicking on a cover does not take you to the album, it just plays the song you were on before.
And there is this error:

Error: uncaught exception: [Exception... "Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [sbILibrary.getItemsByProperty]" nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)" location: "JS frame :: chrome://mediaflow/content/media-page.js :: MF_selectItemsInAlbum :: line 487" data: no]

Thanks

over 4 years ago
sean
sean

Would it be possible for mediaflow to work with vertical filters?

over 4 years ago
Rolle
Rolle

This seems very heavy... takes half of processor when changin track with shufflefocus on. Is there a way get animations off or something to smoothen up when playing shuffle on?

over 4 years ago
JohnM
JohnM

sean: I don't plan on adding those in right now, I think that would further complicate things.
Rolle: I'll look into a way of skipping the animation when songbird isn't focused.

about 4 years ago
Global_Inferno
Global_Inferno

Do you have anything in the pipeline yet for the Songbird 1.1.1b1 release? If you need any help testing your addon with the latest code branches I would be more than happy to help!?

about 4 years ago
deOmega
deOmega

@JohnM,

I posted a while back about albums being lumped together... I don't know if you addressed it as yet, but I made a change to my library since then and the problem went away.. However, I made a recent change again and the problem returned. I have no idea if it is related or just my lack of observation
.
This is the case for albums with the same name for multiple artists, such as: Greatest Hits. Songbird Album view area shows the correct Album Art.

Ok, so this is the Library layout format that worked:
Music/ARTIST/ALBUM/TRACK

The one I have now that is not working is:
Music/Artist/Track

I changed because it is a pain in the rear manually accessing songs by artists, and would often end up with empty folders.

Here is an image:
http://i39.tinypic.com/168ae6e.jpg

I hope this helps. Focustrack is enabled. When it changes to a song that does not have greatest hits... it shows as it should.

about 4 years ago
rrope
rrope

muy bueno pero no me permite instalarlo

about 4 years ago
Khanh
Khanh

How long has the Media Flow been grayed out to install it?

about 4 years ago
JohnM
JohnM

It works on the version listed on the homepage, so if you had that version it shouldn't be grayed out. I should update it to support all the latest versions. I'll try and get that done soon.

about 4 years ago
Khanh
Khanh

JohnM - no worries. Thank you for the clarification. It is one of my fav. features :)

about 4 years ago
Coeluh
Coeluh

You really should update it real soon!

about 4 years ago
ramy5421
ramy5421

this is relay awesome but u have to modify to work with 1.1 beta2

about 4 years ago
CassidyJames
CassidyJames

Consider this another offer to test this with the current beta... This is my most-used add-on and I'd love to help make it as good as it has the potential to be by testing it out.

Great work! Keep it up! =D

about 4 years ago
sbarce06
sbarce06

El reproductor de musica que todos esperabamos y que pocos se habían preocupado por hacerlo; Se extrañan: el ecualizador, el reproductor de cds, el ripeador de pistas.
Pero como consola de musica esta completisimo

about 4 years ago
dodohu
dodohu

another option for view of my musics.
so nice!

about 4 years ago
starke
starke

I really like the add on, but there is one thing...I know people have mentioned sorting the albums by artist, but what about only showing one image for the artist rather than every album I own? Maybe this defeats the purpose, I don't know. I just really enjoy the scrolling feature, but I don't necessarily want to scroll through every album. Maybe the ability to click on the artist, then move to the albums of the artist. Anyway, just a thought.

about 4 years ago
dr.mario
dr.mario

I completely agree with starke, it is very slow, and displays way too many covers this way. Of course this should be an option that is off by default but is definitely a required feature. This is what I like about WMP11, they show only 1 album cover per artist, then once you select that artist, then you see the covers for all their albums.

about 4 years ago
Ender
Ender

I'm still loving this addon!
Just want to make a suggestion. When you do add more options, can one of them be to get the album artwork, since I know songbird has built in support for that now. Thanks so much for this addon! :D

about 4 years ago
Dave
Dave

Love this addon, thanks for the great work.

One thing I noticed though is when I use it with the FocusTrack extension, if I have two albums by different artists, but with the same Album metadata value (i.e. "Greatest Hits") then MediaFlow always shows the album artwork for the first album. Not sure if that is an issue in MediaFlow or FocusTrack.

about 4 years ago
letmelikeit
letmelikeit

Hmm, maybe I am doing something wrong.
But titles of the album are not centered underneath the albumcovers.
They seem to be aligned somewhat to the left.

Hope someone can help me fix it?

about 4 years ago
atreiu
atreiu

letmelikeit: There's a good chance that it might be an incompatibility with another Add-on. Can you disable every other Add-on (and Skins, too)? If this solve is, then re-enable them one by one and see which Add-on caused this.

about 4 years ago
Coeluh
Coeluh

Could you make it work more fluently like coverflow?

about 4 years ago
time-trader
time-trader

Well, I dunno what I did wrong but it doesn't work for me with 1.1.1 on Ubuntu 8.10 with Nvidia-180.29-glx... I just get blank black screen. Since this plugin is the only reason why I would have used songbird anyway, I think I'll have to go back to banshee. ((

about 4 years ago
time-trader
time-trader

Agh, nevermind, it works with 1.2.0a, though.

about 4 years ago
boris
boris

@JohnM

There is a bug filed in Bugzilla regarding a problem in Media Flow:
http://bugzilla.songbirdnest.com/show_bug.cgi?id=15725

Boris.

about 4 years ago
Pepou
Pepou

Very good add-on that can be improved !
It would be great to have the possibility to change how the jackets are ordered. I would like them in "album" orders.

Bye ! Nice job !

about 4 years ago
maneeshpangasa
maneeshpangasa

Would like to suggest in a future version of Media Flow enhancing it by providing a Full Screen option. When Apple first acquired the Cover Flow technology (which Media Flow is also based on somewhat) for turning your music library into a juxebox thru which you can browse (navigate/flip) through your collection of albums visually as you would your CD collection with all your artwork and bundled it witth iTunes 7.0.0 and 7.0.1 (which was a bug update to fix stability issues in 7.0.0 that caused iTunes to crash) Cover Floe only had a basic window mode but by the time iTunes 7.5 came out (can't remember which update did it) iTunes already had a Full Screen version of Cover Flow also available.

If possible would recommend adding the FS option also that is still missing -- imagine Full Screen Media Flow included as an option as well -- for those wanting Media Flow but fine with Window Mode they can still use the regular Media Flow window mode but those wanting Full Screen (FS) they can get Media Flow FS Mode.

about 4 years ago
Bride_of_Nine_Spiders
Bride_of_Nine_Spiders

Great Add-on. I'm on Win 7 and previously the add on seemed to pull the folder.jpg from the individual album folder, now it seems to be grabbing the metadata. A lot of the album covers I have are over a meg, so I use a smaller version in the metadata so as not to add the extra megs to every single song. I currently have about 10,00 tracks, and at an average of 1 meg, that makes an extra 10 gbs for essentially nothing. is there a way to go back to the folder.jpgs? Also I second the call for a full screen option. I have a 32 inch screen, and a full screen media-flow with full resolution album covers would be awesome. If the folder.jpg is not something that is in your planned development. can you tell me which version of media flow and or songbird I will have to go back to?? Either way, thanks for a great add on.
Currently Sbird 1.1.1
and MFlow 2.9.3

about 4 years ago
ipsfirst
ipsfirst

I have the same problem as letmelikeit - the album covers aren't centred. They are slightly to the left of where they should be, and get more off-centre if I make them larger.
I think it took me a while to notice it but now that I have I can't help noticing every time I look at it.
I have tried disabling all add-ons, to no avail.

SB 1.1.1
MF 2.9.3

cheers.

about 4 years ago
deOmega
deOmega

I also have that problem with Album Art not being centered. I don't know if it has been there all along, but lately I have been using my albums at a much larger view, and because of that the offset is very noticeable. The album is shifted to the left.

Now that I know it is there, it is possible to see in every size. The gripper and the album title help to highlight this.

about 4 years ago
JohnM
JohnM

I've fixed the centering issue for the next version, I can't believe I didn't see that earlier. Sorry about that. I made a couple of other changes and I just want to make sure I didn't add more bugs before I update it.

Bride_of_Nine_Spiders: MediaFlow gets the album information from Songbird. You might want to mention something at getsatisfaction.com/songbird about the folder.jpg issue.

I'm still considering fullscreen, the problem is poor performance with the 2d canvas mediaflow currently uses, but I'm going to look into it when I can.

about 4 years ago
dr.mario
dr.mario

To improve performance and simplify media flow for people with many albums, you could add an option to display just the first album cover found for each artist and clicking on that cover displays all the other albums belonging to that artist.

Thanks for giving us the best songbird add-on!

about 4 years ago
sebeto
sebeto

> Note: If you use linux you may notice really slow scrolling. It looks like the slowness occurs with certain proprietary gfx drivers like the nvidia accelerated graphics drivers used for 3d affects and programs like compiz. This is either an issue with the drivers and cairo or the drivers and mozilla. I don't think there is anything I can change to fix the issue.

Well, that's bad, I'm exactly in that case, it's completely impossible to use it, my computer completely slows down when I try and I've got big troubles to close it without crashing everything... :-( GeForce 8600 GT MXM, Core 2 duo T9300, 4G of Ram

I'm so sad, this is really an add-on that I'd like to have, I hope that somehow the problem will be fixed one day... :-(

about 4 years ago
deOmega
deOmega

Awesome update JohnM. Thank you very much for your work.

about 4 years ago
burden
burden

I don't know if its just me but I get horrible album artwork resoultion.
Also the performance is kinda poor.

about 4 years ago
tegrof
tegrof

I just want to give you a good information.
With Ubuntu Intrepid Ibex +Nvidia driver 1.80, the media flow run very well.
(It was very very very slow with theNvidia driver 1.77

about 4 years ago
burden
burden

I figured out most of my problems and I would like to make some suggestions:

1.In this screenshot:
http://img172.imageshack.us/img172/8959/86762411.png
I have several albums displayed, can you make it so that when I have MediaFlow set to any "view" ratio, it adjusts itself to always display the number of albums set in the options?

As of now it cuts off the sides to allow viewing of larger album artwork, and does not display the X amount of albums I have set to the side in the options/performance part of the addon.

2. Can you save the divided line that separates the albums and the list view?
As of now, when I close Songbird and reopen it, the divided line always resets to a certain position at the top. Each time, I have to drag it down a little to enlarge the album artwork.

3. When I switch to a playlist or to a new option in the left side bar; when I switch back to the main "Library" option, MediaFlow has to reload all the album artworks.

Can you make it so there is an option to not reload the artworks each time that happens?

Thanks, this is a really awesome addon !

about 4 years ago
prakreet
prakreet

I like this addon very much and was using it for long. now i hav updated to ver 3.0 but what is written as its feature is a bug to me.

This ver treats as a diff album and shows the album cover again if the artist is different. there are songs by different artists in the same album. this way the album cover gets displayed for each song.

Please do something about this...

I think a good way is to write an options to the addon which lets users tune the addon. people like me who liked the way the addon worked before can change it back in the options.

about 4 years ago
JohnM
JohnM

prakreet: The solution is to use the album artist property. If the album artist property for all of those tracks is the same they will be read as belonging to the same album. You can modify the album artist property when you choose to edit the tracks metadata, or in-line in the playlist if you add the album artist column.

about 4 years ago
b1999
b1999

have a tribute album. Hence there are different artists for each song. But the album name is the same. The mediaflow shows me the same album art for each song (I think its because its different artists). So i have 12 of the same images cause there are 12 songs.

how do I only show 1 instance of the same image?
there should be some kind of a check for this. Do not repeat the same image files.

about 4 years ago
Moonlight_Bay
Moonlight_Bay

Pro: Fun navigation, I have a sense of real albums as I page through them.

Cons: My main complaint which drove me to register(something I don't like doing) to write this review was when I updated to v. 3.0 I suddenly got multiple copies(think 12+ for every soundtrack) of the same album art showing up on media flow because the soundtrack CDs were done by different people/groups. My collection includes about 20% soundtracks. This made media flow tedious and almost useless. I am dealing with is by downgrading to v. 2.9.3(or whatever come before v3.0).
  
My other minor complaint is that it Takes about 15 seconds to load album art for my100 albums. This havens every time you change anything such as arrange by artist, or album and not just when you load the program.

Other Thoughts: have an option to disable or better yet selectively enable the “Albums of the same name with different artists are correctly distinguished “ feature would be greatly appreciated. If my experiences are at all reflexive of anyone else I think this will be a huge headache to the users.

about 4 years ago
JohnM
JohnM

b1999 and Moonlight_Bay: See my previous comment to prakeet. I also added more information about albums with multiple artists to the description. This is how MediaFlow probably should have worked from the start to allow for MediaFlow to distinguish between albums that have the same name but belong to different artists.

about 4 years ago
Bazzz
Bazzz

Hi JohnM,

Thanks again for the most recent update of MediaFlow, things are smoothing out quite well now. I was wondering though, I think you accidentally read over my question of about 2 months ago. I know it's been a while, but I got reminded now when Songbird installed the most recent update.
quote Bazzz:
"I used your flow.css to change the background colour to white, which worked perfectly, but now I would like to have a dark border around every album art. Some of the artwork have a white background and look bad on the white background of the flow. Is there a css class somewhere where I can add the border code?
Thanks in advance"
In short, my question would be: "could you add a css class for the album art image in your css please?"
I was thinking of something like this:

flow{
  background-color: #FFF;
  overflow: hidden;
  -moz-user-focus: normal;
}
.flow-caption,
.preview-desc{
  color: white !important;
}

.album-art {
  border: solid 1px #000;
}

Thanks in advance for your answer

about 4 years ago
SgtH3nry3
SgtH3nry3

Hmm, I've had a small mishap with the upgrade from 2.9.3 to 3.0.

Some songs which first were perfectly ordered in the same album are now divided, while still in the same album.
So a single album now shows 3 times, or 20 times.

Even when I edit the metatags to give them all the same album title and albumart, it still has this problem.
It doesn't make the navigating any easier than using the normal list which does work properly.

about 4 years ago
deOmega
deOmega

Probably easy for me to say, but, I truly agree that this is the way mediaflow should have been working from the beginning. The way it is now, if i have a, say a soundtrack album, which has different artists, I would tag the 'artist' name as the same for all of them, with the individual artist in parentheses, or something to that extent.

As opposed to how it was where one had to tag different every darn common album name with the artist name, to keep them separate.

about 4 years ago
JohnM
JohnM

Bazzz: Sorry about missing that. I can't do that because each album is not its own html or xul element, they are all drawn together on an html canvas element. I could possibly look at the css for the flow and check if I should add a border to each album, I'll look into that.

SgtH3nry3: Are those albums also misordered in the playlist? I think it might be due to how Songbird sorts tracks differently. I'll see if I can modify that a little so it sorts by multipe filters (so, for example, multiple albums with the same name have the tracks ordered together). Otherwise I'm not totally sure what you're saying.

about 4 years ago
prakreet
prakreet

hi johnm,
I have the same albumname for 6songs. They all have the artist tag different and they have the album artist tag left blank. In this case the album art is showing up 6 times. is this the way u intended mediaflow to work...

I think that a user would tag the albumname as same for songs from the same album. But if by any chance the same albumname exist by 2 artists, he would tag the album artist as different. thus mediaflow will be able to distinguish b/w albums with same name but diff artists.

The problem with the current v3 is that say I have 6 songs from a cinema. I would tag the albumname with the name of the cinema. The songs would be sung by diff artists so the artist tag of each song will be diff. now if I leave the albumartist tag blank, mediaflow will show the cover for each song. This is exactly the case with me.

Please tell what u think about this....

about 4 years ago
JohnM
JohnM

prakreet: That is how I intended. If you have multiple tracks with the same album name with different albums it is recognized as belonging to separate albums. If they have the same album artist name then they will be recognized as belonging to the same album. This also fixes this issue where you have multiple artists who have albums named, for example, "Greatest Hits".

about 4 years ago
b1999
b1999

Sorry JohnM
I must disagree with the way it works for albums with multiple artists.
I have a few albums that are tributes. And it creates a mess in the MediaFlow.
Seeing 10 of the same covers doesn't work for me.

I want to see albums, not individual songs in the album cause someone else played it.
Can you make this optional since it seems to be split as to what the behavior should be.

about 4 years ago
JohnM
JohnM

b1999: You just need to tag them with the same album artist. I think this is the same way itunes does it, too. You're speaking like it isn't possible now to get them to be recognized as belonging to the same album. I've explained in this post, in the description, and in previous comments how to do that.

about 4 years ago
mark_orion
mark_orion

Sorry to say this amongst all these good comments, but the extension is unusable on my Ubuntu 8.04 system. The whole Gnome desktop becomes almost unresponsive although Intel Core 2 Due CPU and NVIDIA GeForce 8400M with native NVIDIA driver present. OpenGL works excellent in many other applications.

about 4 years ago
prakreet
prakreet

"If you have multiple tracks with the same album name with different albums it is recognized as belonging to separate albums. If they have the same album artist name then they will be recognized as belonging to the same album. This also fixes this issue where you have multiple artists who have albums named, for example, "Greatest Hits"."

This is ur reply to my post. I just suggested a little different technique. My suggestion is that if we have Greatest Hits album by diff artists, we would tag the albumartist differently.

Mediaflow can look for the albumname as usual and group songs with same albumnames together. If it finds that for the same albumname the albumartist is diff it will recognise that the songs is from diff albums.

I think in this way both groups can be kept happy....

about 4 years ago
SgtH3nry3
SgtH3nry3

@JohnM: No, the problem is that Songbird's list does sort the tracks properly in the same album.
MediaFlow allocates a different album for each song, but only for a couple of tracks.

about 4 years ago
klint
klint

@SgtH3nry3: are you sure there is no small case differences in the name of the album and the artist, among all the album's tracks? I had some, just corrected them and MediaFlow would display one cover again

about 4 years ago
Raudi
Raudi

Does anybody know how to downgrade? I downloaded release 2.9.3 and now?
Any help is very much appreciated.

@JohnM
Sorry JohnM, but the new version is not usable and I won't re-tag 100+ albums with multiple artists. And arguing that the bug is a feature does not solve the problems for the users.
I really liked the old MediaFlow and I am very thankful for this tool, but V3 does not reflect the user need.

about 4 years ago
klint
klint

@Raudi
I think you really should retag your albums, and I will do the same for all mine. Compilations really need proper tagging, hence retaggind, often. This is the only way they can be handled properly by any tool.
Unless JohnM says differently!

about 4 years ago
raynedanser
raynedanser

Bugger - Do you need to have a specific theme selected for this to work?

Or is it because I'm using Jaunty (again)?

about 4 years ago
raynedanser
raynedanser

*sigh* Nemmind. it's doing it. I was looking right at it, too. *facepalm*

about 4 years ago
vaibhavyagnik
vaibhavyagnik

Hi johnM. really nice work!! I had one suggestion, in the latest release you are mentioning that albums with multiple artists are clearly distinguished. I am from india and i mostly listen to hindi music from hindi movies which more often than not have multiple artists.
So, this creates a problem for me because media flow has one artwork for each and every song which has different artists. you have also mentioned that inorder to group such songs a person has to keep the artist field same. This was not the issue with the previous release,

Can you somehow have an option, like say {check box} group songs with same album name but different artists or something like that..?

about 4 years ago
JohnM
JohnM

I'll add an option to ignore the artist name and just group all albums with the same name together, but it will most definitely not be the default because that isn't how it should work. I'm not sure when I will get the chance to do that though. Also it is not the artist field that needs to be the same for the songs to be grouped together. If the artist field is different for each track that is fine, as long as the 'album artist' field is tagged the same. The albumartist property is checked first and only if it doesn't exist does it check for the artist property.

about 4 years ago
danhackley
danhackley

Is it possible to have this plugin display the album art in a jewel case? Also, it would be nice to be able to "flip" the art to see the rear cover art - is this possible? Cheers!

about 4 years ago
Bazzz
Bazzz

JohnM, thanks for showing interest in my css suggestion, I would appreciate it if you could come up with something that results in a bit of colouring freedom.
I noticed that I have the same issue as was mentioned before a zillion times now, and even though I do agree that this is the way MediaFlow should have worked from the start there is one thing that I would like to point out to you. I noticed that your change results in MediaFlow being able to distinguish one album called X from another album called X based on the album artist, which of course is an improvement. However the problem that arises is when an album does NOT have an album artist. Then the album tag is filled, but the album-artist tag is empty (for example because it is VA). Somehow then MediaFlow thinks each of these tracks belongs to a different album. I tested this by entering "Various Artists" as the album tag and then the problem is solved. So what you did is good but I think it is missing one if-statement somewhere. My suggestion would be: if the album tag is the same amongst tracks, and all these tracks have an empty album-artist tag then they should become one album. Now they become several albums. Please have a look if you can see to reproduce the issue and see whether my suggestion is valid.
Kind regards

about 4 years ago
Nearvana
Nearvana

JohnM - excellent work - I find this latest version fixes most of my issues, most importantly the use of AlbumArtist for compilation albums. Thanks a lot.
But there's always a but... I'm still not sure it's quite right for albums with the same name. I've put in the AlbumArtist (tho I don't think it matters) but when I have my library sorted by Album (which makes most sense) it mixes the tracks up as it seems to sort by Album name and then track number. This causes the MediaFlow display to alternate the different album covers as it thinks it has a different album each time. I'm not even sure if this is anything within your power to change - I'm guessing you are just picking up the data from the library - but I thought I'd mention it. Could you sort by Album and then albumartist and then artist...?
Thanks again - if this is the worst problem I can find it's a great extension.

about 4 years ago
burden
burden

I dont know if this is true but there appears to be "multiple" versions of MediaFlow in songbird. Not release types or anything like that but when you play a song, change tabs, go to into another mode like purePlayer, and you re open songbird into the default stage in your library, mediaFlow has to reload all the artwork.

If you click on the artist or album in the now playing bar, this reloads mediaFlow into the "older" version which seems to be the one before I minimized.

I don't know if you can understand what I am trying to say but basicly if I am in mediaFlow mode and have my library selected and not a playlist or anything else, then mediaFlow should not reload my artwork or loose the album I was on.

about 4 years ago
JohnM
JohnM

Bazzz: I don't think what you are describing is a bug. If the artist fields are different and the album artist field is empty, then it will be read as multiple different albums. That's how its supposed to be. If the album-artist property is empty then it is simply ignored because many people don't have their tracks tagged with that property.

Nearvana: Yea I need to look into how the list is sorted so it can group them all together. I agree that's an issue.

Burden: I think that is just Songbird reloading the mediaview, I'll see if it's anything I can fix though.

about 4 years ago
UglyMoe
UglyMoe

This looks good and is easy to use, but I would like it even more if the action of selecting an album filtered out everything else but the album from the playlist.

Maybe that could be an option?

about 4 years ago
Celestine
Celestine

Hmmm, I can see NOTHING at all when I use this add-on...I dont know what's wrong.

Would not let me edit anything at all through Metadata Editor for my iPod.

Do I need to install iTunes? Wouldn't that automatically sync ALL my files onto my computer which is like 80 GB and its too huge...

Please let me know if you know how to fix this problem. Thanks bunches!

about 4 years ago
time-trader
time-trader

Dear JohnM!
Just wanted to thank you for all your work!
For my linux this plug-in went all the way from unusable and useless to a must have, sweet eye-candy. The performance improved greatly and memory usage decreased. Even though some of it also due to new nvidia drivers. But still you did a great job!

Thank you!

about 4 years ago
kazemizuhi
kazemizuhi

This is truly an incredible add-on. Probably the biggest selling point for Songbird for me (and why I've decided to switch from MediaMonkey).

One tiny little niggling issue though: currently I get better framerates running Crysis than I do with MediaFlow. I'm perfectly sure there is a good explanation for it's performance and was wondering when a fix/work-around would be implemented? I have no idea how all of this works but perhaps running it via OpenGL or DirectX so the graphics card could do the heavy lifting would suffice?

Either way, great job and thanx.

about 4 years ago
JohnM
JohnM

kazemizuhi: what OS do you have? Certain graphics card drivers seem to have problems, and currently it doesn't really take advantage of any 3D acceleration.

about 4 years ago
danhackley
danhackley

kazemizuhi - have you tried Monkeyflow with mediamonkey ? frame rates are excellent, and there are a number of good features. hopefully an update as well soon

about 4 years ago
kazemizuhi
kazemizuhi

@JohnM

XP Home
AMD X2 3800+ @ 2.3Ghz
2G DDR
7800GTX

Haven't updated my drivers since end of last year/ early this year. I'll go ensure everything is up to date now.

@danhackley

Thanks. Had never heard of it before. I'll give it a try. But I'm still trying to migrate away from MM as I don't like the look compared to Songbird. (still use it for management though)

about 4 years ago
FokkerCharlie
FokkerCharlie

Excellent add-on, it works very nicely here indeed.

Cosmetically, it's fantastic, but could I request / suggest a useability enhancement? At the moment, I can't see a way to add a selected album to a playlist, or the now playing list. I would suggest that either of these methods would work:

- The ability to drag and drop an album cover to the now playing addon pane.
- Highlight the selected album in the 'filters' view.

Do you think that's possible?

Cheers
Charlie

about 4 years ago
naklinaam
naklinaam

Hi,
I see the release notes say that "-Albums of the same name with different artists are correctly distinguished"

However, I just downloaded media flow addon (and assume it is the latest), but still see the same album art repeated multiple times.

I have no album artist in the metadata for these songs, and different artists. Only the Album name is same.

Please advise how to resolve this

about 4 years ago
daveleh
daveleh

I'm having problems with Mediaflow2.8 with songbird 0.7.0 on PCLinuxOS

I have several albums entitled Greatest Hits, two of which are by Bob Dylan and the Eurythmics. In total there are 107 tracks associated with these various albums. I have the correct album art set to each album and each one shows up correctly in the bottom left service pane when a track is playing. However when I have Mediaflow enabled all 107 tracks depict the album art for Bob Dylan within the Mediaflow display. I have tried editing the pictures from within the mediaflow display but each time the art gets reset and Bob Dylans Greatest hits is shown for all 107 tracks.

Anyone any idea how to overcome this please?

Regards

Daveleh
Guernsey

about 4 years ago
Speed
Speed

Excellent add-on. Highly recommended to anyone with an extensive library!

about 4 years ago
CNLiberal
CNLiberal

I'm running Ubuntu 8.10 x64 and have latest Songbird (1.1.2) and your latest Media Flow. However, I'm getting a blank (black) view for Media Flow. I don't even see the CD icons. I've tried the Vinyl update, but that's not working either. Any help would be appreciated. Love the extension!

Jim

about 4 years ago
kazemizuhi
kazemizuhi

@daveleh

What is under the 'album artist' field for these albums? Have you ensured to give each album a different 'album artist'?

about 4 years ago
naklinaam
naklinaam

Hi kazemizuhi,
I have a bull "album artist" for most of my albums. will this cause the same album to appear multiple times?

Is there any way the album cover could be restricted to look at album name alone and not consider the artist at all?

about 4 years ago
naklinaam
naklinaam

Sorry... just saw John's update from 17 days ago...

He clearly states this is the intended functionality...

John,
Could I suggest to build in an option in future to link the album art to solely the album name and ignore the artist altogether?

Thanks

about 4 years ago
daveleh
daveleh

Hi kazemizuhi

Thanks for answering.

For each of these albums:

1 - the Artist field contains correct info

2 - the Album Field contains correct info

3 - the Album Artist Name field is blank.

Am I right in thinking that you are suggesting the last field (Album Artist Name) should contain the same info as the Artist field?

Regards

Daveleh

about 4 years ago
burden
burden

There is a problem where the addon would reload artwork.

Start Songbird. The height of the MediaFlow will always be reset to a certain spot.
By clicking "Library" it reloads my entire Library even though it is highlighted.

about 4 years ago
r3d
r3d

I just wanted to say great extension. I have seen a huge increase of performance with this extension. If it was not for this extension I would not be using Songbird!

~r3d

about 4 years ago
JohnM
JohnM

daveleh: If the album artist field is blank then mediaflow just looks at what you have in the artist field. For your greatest hits issue, do you see multiple albums in mediaflow with the same album art, or do you only see one album in mediaflow for the multiple different albums. Mediaflow shows the artwork associated with the first track in the specific album. It should be able to find the correct artwork even if there is another album of the same name by a different artist.

about 4 years ago
daveleh
daveleh

Hi John M

Ok, here's what I have.

I have gone into Library, 3 pane view and selected Greatest Hits in the Album pane. This gives me 127 tracks over 9 Greatest Hits albums by 9 separate artists - Bob Dylan, Eurythmics, Fleetwood Mac, Guns N Roses, Joe Cocker, Mott the Hoople, Neil Young, The Doors, Thin Lizzy.

Playing various tracks from these albums displays the correct album art in the bottom service pane on the left. Right clicking on various tracks and selecting Edit brings up the metadata dialogue box which shows the correct artist, the correct album and the correct album art. Selecting all tracks from one album and doing the same, for instance Eurythmics, tells me that I am editing the metadata for 18 tracks.

When I have mediaflow enabled the 18 Eurythmics tracks display the album art for Bob Dylan. If I now right click on the album cover in the mediaflow pane and select edit I am informed that I am editing the metadata for 127 tracks. All fields are empty except for Album Title which shows Greatest Hits and the primary image location box is empty.

I have created snapshots to clarify here:

http://www.divshare.com/download/7221762-9fe
http://www.divshare.com/download/7221740-9c0
http://www.divshare.com/download/7221741-801
http://www.divshare.com/download/7221742-7cc
http://www.divshare.com/download/7221743-216

Hope that helps

about 4 years ago
Slate8
Slate8

I am very happy to say the the framerate is now pretty good on Ubuntu 9.04 with songbird 1.1.2 - yippie!
Been looking forward to using this addon for a long time and now it seems I can!
Thanks for all the hard work...

about 4 years ago
nicolaluna
nicolaluna

Hey JohnM,

Happy Hump Day! Ok, so FYI I fooled around with changing Artist and Album Artist properties on some of my compilations as you advised, and it made no difference if I changed Album Artist to be the same for all songs on the album, I still ended up with the image of the album repeating for every song on the album.

And, this seems to be a change that only happened with the most recent update of Songbird; before this, these same albums displayed just like any other album in MediaFlow; with one cover. So actually I'm wondering what the specific difference is? But if you can create that option to group compilations together in the meta-data, you have one more Yay vote for that here!

Several things changed with the last Songbird update that have regressed the program from my perspective, at least on my OS. Rather that fight with it I just haven't been using it as much. One other thing for example is that my Album Art still keeps vanishing altogether, making finding albums slower, but I don't have time to reload over and over again. Is this problem one that can be addressed within an individual Media View; or is that another Songbird bug, that isn't fixable on your end?

Thanks, John!

about 4 years ago
Mr_Hym
Mr_Hym

Am I the only one who finds that I can't seem to rate songs with MediaFlow displayed?

about 4 years ago
CassidyJames
CassidyJames

Reitterating what time-trader said,

For my linux this plug-in went all the way from unusable and useless to a must have, sweet eye-candy. The performance improved greatly and memory usage decreased. [...] you did a great job!

And with what Slate8 posted,

I am very happy to say the the framerate is now pretty good on Ubuntu 9.04 with songbird 1.1.2 - yippie! Been looking forward to using this addon for a long time and now it seems I can! [...]

I must wholeheartedly agree! I started up a recent nightly, downloaded MediaFlow, and my jaw dropped at the ease and speed of using the Album Artwork tools and MediaFlow. I'm impressed. Awesome job!

One random feature request/idea:

Would it be possible to include different layouts/modes/display options? For example, being able to choose from 'Classic' [current] to 'Ring' or 'Slanted' modes? Just an idea I thought I'd share, though I understand accomplishing that would be a huge undertaking. =]

about 4 years ago
tentwelveeight
tentwelveeight

Nice feature on Windows XP it works fine but is a little slow.

about 4 years ago
uodalrich
uodalrich

Like in iTunes, but a little bit to slow. Performance tweak is necessary.

about 4 years ago
JohnM
JohnM

CassidyJames: That different modes idea is nice, although some of those modes aren't really possible with the 2D canvas MediaFlow currently uses.

about 4 years ago
burton82
burton82

JohnM: Today I found this : http://code.google.com/intl/de-DE/apis/o3d/

For me its sound very interesting. What do you think? Is it something useful for your plugin? I hope so :-)

Regards

about 4 years ago
madnadcapone
madnadcapone

Can the media flow be changed from album name to artist name so that way they are in alphabetical order by artists?

about 4 years ago
spookie
spookie

is there any 3D optimizations in roadmap? iTunes mediaflow-like view with more complex albumart movement (it rotates on scroll) works absolutely fast and smooth (winxp/GF8600), but songbird mediaflow with less complex image manipulations works slower in many times... its make me sad =( i dont like itunes because its haven't many plugins. And i like in songbird but in itunes mediaflow-like view is so kawai-eyecandy. i want same in songbird! is there any hope?

about 4 years ago
scouser73
scouser73

Mediaflow is the dog's danglies, am really loving this addon, well done guys.

about 4 years ago
coroners
coroners

Is there anyway I might get MediaFlow to only display the albums that has album art. I still want all my music in the library but I want MediaFlow to display just the once that has covers.

Is this possible to achieve?

about 4 years ago
JohnM
JohnM

coroners, not now, but it sounds like a decent option for me to add.

about 4 years ago
nikita
nikita

Классная штука этого давно не хватало Ubuntu

almost 5 years ago
Deecodeuh
Deecodeuh

Does not work.. The window shows up, but the albums are not there.
My music collection is roughly 3750 songs, but that should not make a difference, right?

almost 4 years ago
Schlunzen
Schlunzen

It is really a shame this don't run smooth. It would be so nice if it ran like iTunes :D
The only thing I like about iTunes actually is the Cower Flow.

almost 4 years ago
JohnM
JohnM

Deecodeuh, it shouldn't make a difference. Do you get any errors in the error console
relating to mediaflow?

almost 4 years ago
magellings
magellings

FEATURE REQUEST - It would be nice if there was a setting to move to the "Now Playing" album and not just the "Now Selected" album. Then as songs play through your list the wheel updates the album accordingly. I don't like how I have to click the "Now Playing" song in the list to select it in order for the mediaflow album to display in sync.

almost 4 years ago
JohnM
JohnM

magellings, if you install the FocusTrack extension that is mentioned in the description then you can get that feature. I didn't think it was the type of thing that should be implemented specifically for mediaflow.

almost 4 years ago
Orkenek
Orkenek

Sounds cool, but I can't get it working on Ubuntu Jaunty 64bits :(
Once MediaFlow shows up, no cover art appears (I just get a black background and the buttons) and I get the following error:

Error: uncaught exception: [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIPrefBranch.getCharPref]" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: chrome://mediaflow/content/media-page.js :: MF_onLoad :: line 345" data: no]

Any idea? I'm really looking forward to enjoying your add-on!

almost 4 years ago
JohnM
JohnM

Orkenek: Open about:config in songbird's browser and search for extensions.lastAppVersion. Does it exist?

almost 4 years ago
Ender
Ender

I don't if it's possible, but it would be awesome if we could have the ability to "flick" the covers, if you know what I mean. For example, like how the iPhone lets you drag the covers. It would be much appreciated. Thanks for the great addon!

almost 4 years ago
Orkenek
Orkenek

@JohnM:
Thanks for your help.
No "extensions.lastAppVersion". Should I get it [how]?

almost 4 years ago
Orkenek
Orkenek

@JohnM:
I added the extensions.lastAppVersion variable as you suggested in your past comment and it worked fine :)
Thanks for that good work, it reminds me my mp3s are in a total mess!

almost 4 years ago
Regue
Regue

Muy bueno, gran aporte estare probandolo

almost 4 years ago
THE-E
THE-E

Is it Impossible to View this or any other Add-on in fullscreen ? I have been searching for a Add-On which is like Harmony but more custumizable.

Here a video of Harmony: http://www.youtube.com/watch?v=iPwJhKgkGrU

Advantages(of Harmony):

-Fullscreen
-Albumtitles viewable on the back by clicking on the Albumcover
(Which would be a good feature)

Disadvantages(of Harmony):

-too many to list

almost 4 years ago
JohnM
JohnM

Orkenek, it's weird that pref wasn't there. I thought that was in everybody's profile.
THE-E: Not right now, I do want to add a full screen option at some point, but speed is a little bit of an issue when it starts drawing everything so big. Maybe once I get it to support 3d.
Ender: hmm... maybe.

almost 4 years ago
westjgames
westjgames

And to think I thought Windows Media Player 12 was cool...
Horror...<shudder>

almost 4 years ago
sekmet64
sekmet64

would be nice if it would be faster, i don't know much about this, but is it possible to have hardware accelerated graphics in a songbird addon?

almost 4 years ago
gooberschnitzel
gooberschnitzel

Just curious, but this is really slow on my Ubuntu Linux with NVidia OpenGL. I've seen the earlier notes on a fix using xserver-xgl. But I just installed "FoxTab" for Firefox, a tab management add-on for Firefox that is really similar to this. And it screams, performance wise. Any chance of looking into that add-on and seeing how they do it? Just a thought...

almost 4 years ago
deOmega
deOmega

Hi JohnM

Is it possible to decrease the step-down/scaling in the subsequent album art from the one in focus? I think that the current scaling may be somewhat drastic, which ends up leaving a lot of dead space as is more evident in some skins. As well as the images on the ends are not easily determined... depending.

To clarify, please see this image:

 http://i40.tinypic.com/avlkia.jpg

As always, thanks for all you do.

almost 4 years ago
deOmega
deOmega

The image above obviously is when Mediaflow is in a smaller view. This one is when it is in a much bigger view

http://i42.tinypic.com/1zmzhco.jpg

Not as bad as the smaller view, but you could probably see the benefits as well with a less drastic drop-off, being a fuller media view overall.

almost 4 years ago
fsentelhas
fsentelhas

JohnM,
The add-on is great, yet, I have one suggestions, maybe they have been already made here.
First is, I fancy a library of roughly 1000 albums and every time Songbird is launched or even the library tab is closed and opened again I have to watch the refreshing of EVERY single album art. This takes some minutes do complete and it messes with the library browsing capabilities. Isn't there anyway of implementing a cached mediaflow data, so the refreshing is done at request, or even only at the inclusion of a new album?

Thanks!

almost 4 years ago
BJEagle
BJEagle

I really like Media Flow you rock dude, but i miss the Drag and Drop feature that "FokkerCharlie" mentions.

Would it be possible to drag an album from the MediaFlow to Moshy's Now Playing List and/or perhaps a playlist?

almost 4 years ago
EagleMan
EagleMan

This add-on is f***** great!

Version: Songbird 1.1.2, Build 1042 (20090331141711), on Ubuntu 9.04

However, there are always little things....................

One of the things is speed: As mentioned before, refreshing is not done from cash, which is should!
Another thing is that once an album is selected from the flow to be played, it starts and songbird will continue with the next song automatically. But, when the next song is from the next album from the flow, the graphics is not updated; not in the 'now selected' (bottom left hand corner) nor in the flow on top. So it could well be that the graphics show Stanley Clarke, while Crosby, Stills & Nash is playing.

Could this be fixed please?

EagleMan.

almost 4 years ago
JohnM
JohnM

BJEagle: I'll look into the drag and drop, but its made more difficult by the fact that all the albums aren't their own individual element, I don't think it will be too much more though.

EagleMan: I hope to work on adding some sort of cache into a future version. For your other comment, try the FocusTrack addon mentioned in the description here.

The main thing here is getting the time to work on everything.

almost 4 years ago
ghos
ghos

I don't understand why I can't install this. I am trying to add it to Songbird on my Windows 7 RC and Songbird runs fine but I can't install the media flow extension. It claims it doesn't work with Songbird 1.2 but the notes say it should work up to 1.3.0a

Any ideas?

Btw I have this extension working fine in Vista.

almost 4 years ago
Pepou
Pepou

Hello !
To begin with : great add-on !

If I may I've got a request :
Is it possible to change the way of organizing jackets ? I would like to organize them by "Album Artists" names. In fact for the moment same jacket appears many times making this addon useless for me.

Is that possible ??

Thank you anyway, this addon is beautiful.

almost 4 years ago
Pepou
Pepou

To illustrate my point : http://sd-14692.dedibox.fr/pepou/images/mediaflow.png

almost 4 years ago
gomesodair
gomesodair

Gostei do Songbird, mas estou tendo problema para instala-lo corretamente pois tenho dificuldade para compreender em ingles. Mas vou continuar tentando. Me ajudem.

almost 4 years ago
Cleberson
Cleberson

I'd like to sugest that when you have a "Various Artists" Album appears only one album image, cause i have a lot of VA (like soundtracks movies) albums and when i open MEDIAFLOW appears one album image per artist so appears a lot of images from the same album.

Thanks and sorry about my bad english.

almost 4 years ago
Cleberson
Cleberson

gomesodair, qual a sua dúvida?

posso ajudá-lo, qualquer dúvida me encaminhe e-mail para cleberson_3c@hotmail.com

almost 4 years ago
Bakahashi
Bakahashi

Wow, this add on caused my laptop to blue screen. I had just finished updating my album art, I turned cover flow on, it didn't respond for a few seconds and then bam, Blue screen of DEATH.

almost 4 years ago
JohnM
JohnM

ghos: I have no idea, that just doesn't make any sense. Have you tried reinstalling it? Can you install other extensions?

Pepou: It looks like those multiple covers shouldn't be showing based on the info I see in the screenshot. It looks like your Album Artist fields might be inconsistent, although I can't tell because those aren't displayed.

Cleberson: Thanks.

Bakahashi: I haven't had that reported before, I don't know what I can do about it.

almost 4 years ago
dtay
dtay

Very nice, but it shows multiple albums because of album artist for me. Is there anyway to exclude album artist and just group it by artist?

almost 4 years ago
JohnM
JohnM

dtay: That option is going to be in the next version.

almost 4 years ago
ghos
ghos

Re-installing didn't change anything. I wonder if perhaps there is something about the shared media library that is conflicting with Win7 and Win Vista?
However not a big deal since I still mainly use Vista right now. It will be a problem if I upgrade to Win7 fully and it doesn't work. But seeing as how no other mention of this issue appears I have to assume its something more unique to my machine.

Continue to great work on this add-on to Songbird :)

almost 4 years ago
deOmega
deOmega

JohnM,

I realize that you have not responded to my question, so I am hoping that I did not cross a line with you there. If I did I apologize. I do not even know if my request is technically possible or if I am missing something. I do not know what goes into the implementation, because I am not knowledgeable in these things, but just try to give feedback from a user's perspective.

I work in a field totally foreign to these things, and feel too old and lack the time to try to learn what seems so foreign to me.

Anyway, if those posts were offensive to you in any way, I certainly apologize.

Regards.

almost 4 years ago
TomHatchet
TomHatchet

Dear JohnM,

It has been a while since I used this plugin since I re-ripped my library to .m4a and Songbird does not yet (but soon...) support the format. However, as I recall this plugin was quite well-done (in fact, I think I liked it better than iTunes MediaFlow :D). If you have done something like this already and I missed it I apologize, but I will go forth with my suggestion assuming you have not:

Would it be possible to place the album artwork on a 3D (or at least 3D-imitating) render or image of a standard CD jewel case? As is, the album art looks amazing when thumbing through your collection, but I think it could look even better with this enhancement...

I assume such a feature could get demanding on hardware, especially if, like me, one has every piece of album artwork in HD... but still, I think it would add a nice touch of depth to the virtual library.

Thanks for considering, and keep up the good work :)

almost 4 years ago
Pyronick
Pyronick

Dear JohnM.

I have found a potential problem with the addon, although I am sure it has been posted more than a thousand times I will post it here again.
As a house fan, I love compilation albums. The problem is that every single number in the same album has it's own thumbnail.

I think it's due to the various artist names, is it possible to fix this?
What I think the best solution would be, is to only apply one thumbnail per album.

almost 4 years ago
Pyronick
Pyronick

Also, an nice suggestion would be drag support for scrolling.
This could also be benificial for touchscreen devices, I can already imagine using Songbird and MediaFlow on a mobile internet device or smartphone! ;)

almost 4 years ago
JohnM
JohnM

Pryronick: You can fix your compilation problem by tagging all the tracks in the compilation with the same Album Artist. Note that the Album Artist is not the same field as the Artist field. This is a recent change from the previous method of grouping by the same album name. That grouping caused issues with multiple similar album names with different artists (Like Greatest Hits albums)

almost 4 years ago
JohnM
JohnM

deOmega: No worries. I've noticed that issue myself and just haven't decided the best way to go about it. I completely agree with you. I didn't respond because at the time I didn't realize there was something that needed to be said.

TomHatchet: I don't think its possible to use 3D currently in songbird. I know there has been some work in Firefox (which has the same base language as Songbird) to get 3D support in, but as far as I know that is still a work in progress. I'm not sure if it would be possible to imitate it because honestly I'm having a hard time picturing it right now.

almost 4 years ago
maneeshpangasa
maneeshpangasa

Please issue a compatibility fix to make MediaFlow work with Songbird 1.2.0 asap. Thanks!

I am using Songbird on an Apple Mac Mini running OS X Tiger 10.4.11 (Intel Core Duo 1 based from 2006) and MediaFlow was working just fine with it until I upgraded to Songbird 1.20 Please do it ASAP!

almost 4 years ago
JohnM
JohnM

maneeshpangasa: I don't understand. You are the second problem to raise this issue but it most definately should work with 1.2.0 and I've tested it myself. The min version is 1.1.1 and the max version is 1.3.0a. Does reinstalling not fix this?

almost 4 years ago
JohnM
JohnM

uh, by problem I mean person.

almost 4 years ago
kostile
kostile

I just get a black screen with this app. I was looking forward to it, it seemed very cool, but it just doesn't work. Using Ubuntu 9.04 Songbird 1.2.0... anything else I need to do to make it work?

almost 4 years ago
Enigma885
Enigma885

Is there a way to force SongBird to add a pic in the album folder as its cover instead of displaying "drag album cover"?
like folder.jpg or cover.jpg

The problem is that i have a huge library of albums and each of them has its album cover as folder.jpg inside the album's folder..and i noticed that SB doesn't recognize either names, folder or cover, to use it as an album art unlike many major media player like Rhythmbox, Amarok or even MS Windows MP.

almost 4 years ago
yanquis1972
yanquis1972

i'm also getting the black screen, after having to reinstall windows. anyone have a fix for that? i figure it must be fairly common. songbird w/out this addon aint the songbird i know.

almost 4 years ago
JohnM
JohnM

For those with the black screen issue: If you go to Tools>Error Console do you see any errors that might be related? (They would probably mention mediaflow)

Enigma885: Mediaflow actually doesn't deal with finding the cover art, it simply asks songbird for it. You might want to ask songbird that question at getsatisfaction.com/songbird or look for another addon that does that (I think there is an addon that lets you have more control over the album settings)

almost 4 years ago
yanquis1972
yanquis1972

these are the errors i get after clearing the old list then immediately rechecking after clicking view-->mediaflow.

Error: uncaught exception: [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIPrefBranch.getCharPref]" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: chrome://mediaflow/content/media-page.js :: MF_onLoad :: line 345" data: no]

Error: uncaught exception: [Exception... "Component returned failure code: 0x80004002 (NS_NOINTERFACE) [nsISupports.QueryInterface]" nsresult: "0x80004002 (NS_NOINTERFACE)" location: "JS frame :: chrome://songbird/content/bindings/playlist.xml :: destroy :: line 632" data: no]

does that mean something to do w/ the chrome skin?? i dl'd it but i dont have it active.

almost 4 years ago
JohnM
JohnM

Thanks, and no it has nothing to do with the chrome skin (chrome in these instances is another protocol like http or ftp).

For some reason you don't have an extensions.lastAppVersion preference. Its actually not used by mediaflow, thats just some dead code. Go to the url bar and type about:config and hit enter, then right click and make a new string preference named extensions.lastAppVersion and give it a vaue (it doesn't actually matter what for mediaflow) I'll remove it for the next version. Sorry.

almost 4 years ago
yanquis1972
yanquis1972

alright! thanks a lot for the skin + help.

almost 4 years ago
kmd
kmd

just to say i really like the mediaflow add-on. it is one of the most consistent and good working add-on available.
keep up the good work!

regards,
michael

almost 4 years ago
LIB53
LIB53

This add-on has been here since the beginning of time and i don't think I've ever said thanks for the good add-on. I notice you don't have an icon though. How about you make something like this:
Image and video hosting by TinyPic
or a little more reflection:
Image and video hosting by TinyPic

Mine is not very good (otherwise I'd ask if you want to use it :P), but it's an idea i suppose.

almost 4 years ago
The_Clyde
The_Clyde

I've installed Media Flow. My problem is every time I open Song Bird some of the covers are randomly changed. All suggestions are welcomed. I using vista.

almost 4 years ago
kanejo
kanejo

I love this add-on, its a great way of looking through albums...but I can't quite come to grips with why albums seem to duplicate themselves throughtout the 'flow' of albums. I think I have it all organised one minute then all of a sudden the next time I load songbird the albums are all over the place in media flow.. My albums and artists are in good order everywhere else..just call me confused.

almost 4 years ago
JohnM
JohnM

kanejo: The albums might appear out of order if the playlist is not sorted by albums. You might also see duplicates if the album artist fields differ. You can see that field if you do View/Edit Metadata or if you add the album artist column to the playlist.

almost 4 years ago
kanejo
kanejo

It would be nice if it were that easy but I have checked the metadata. some of the duplicated albums are by the same artist. I haved checked an album at one spot on mediaflow and the same one at another point and both say edit the same tracks and have the same album artist. I seem to spend heaps of time trying to sort my albums and their metadata out, sorry I just don't have heaps of time to do this.

almost 4 years ago
Coeluh
Coeluh

I still thing it is not very smooth, it could be smoother...

almost 4 years ago
slymi2005
slymi2005

This addon is not working for me on Ubuntu 9.04 with Songbird version 1.2.0, I had to remove libvisual-0.4-plugins in order to get it to start, as advised by getdeb.net, not sure if this had anything to do with it.

almost 4 years ago
JohnM
JohnM

kanejo: Just to be clear, the 'album artist' property is different than the 'artist' property. Maybe you could show me a screenshot?
slymi2005: I don't think it matters. Do you get any errors in the error console? Tools>Error Console? Also, what do you mean by it doesn't work? Is the flow area just black?

almost 4 years ago
slymi2005
slymi2005

Yeah, it is just all black. I get this:

Error: uncaught exception: [Exception... "Could not convert JavaScript argument" nsresult: "0x80570009 (NS_ERROR_XPC_BAD_CONVERT_JS)" location: "JS frame :: chrome://songnotifier/content/overlay.js :: <top_level> :: line 146" data: no]

almost 4 years ago
slymi2005
slymi2005

Just noticed this error says media flow:

Error: uncaught exception: [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIPrefBranch.getCharPref]" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: chrome://mediaflow/content/media-page.js :: MF_onLoad :: line 345" data: no]

almost 4 years ago
FokkerCharlie
FokkerCharlie

Lovely addon!

However, when I double-click an album cover, it adds that album, and indeed my WHOLE collection to the playlist! Do you think it possible/wise to change this behaviour so that only the selected album is added?

Cheers
Charlie

almost 4 years ago
ShanKY
ShanKY

niCe aDD-Onn bUt, verY SLOW eVen witH 2 GB RAM....!!

almost 4 years ago
AmA11
AmA11

not working tsk tsk ;(

almost 4 years ago
ekianjo
ekianjo

Same comment as some other people : the media flow addon is a must have, but honestly it runs poorly, at least on my netbook. If I compare it with the itunes equivalent, this mediaflow performs much worse. There must be a way to optimise it.

almost 4 years ago
JackWat
JackWat

Hi JohnM, Great addon. I use it on my desktop.

However, I am having the same issue as slymi2005. No album art. I just got an empty black bar at the top of my screen.

Error Console shows:
Error: uncaught exception: [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIPrefBranch.getCharPref]" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: chrome://mediaflow/content/media-page.js :: MF_onLoad :: line 345" data: no]

almost 4 years ago
JackWat
JackWat

Nevermind, I got it working. Deleted the ~/songbird2 folder, uinstalled songbird, and then re-installed songbird. Now it works fine. :)

almost 4 years ago
brimtastic
brimtastic

So, I have resized the MediaFlow pane to be a little larger, but when I restart the program it's back to regular, small size. If I change windows, say from library to a playlist and back, MediaFlow will be large again. Yay indeed, but it would be nice for it to remember my pane size preference from the start.

A minor niggle sure, in an otherwise stellar add-on :)

Oh, and it would be awesome if I could change the background colour to match my feathers!

almost 4 years ago
Darrell
Darrell

Hi John! This is a fantastic add-on! It "spices" songbird up a bit! Used to be a big Amarok fan. Just a quick question though, I seen some one asked the same question about a year ago, but is there any plans for the Cover art in your mediaflow to update as the tracks change while you playing your playlist?

almost 4 years ago
Darrell
Darrell

Sorry guys! Wasn't reading properly! See focustrack does the job here.!

almost 4 years ago
Padro
Padro

Same error:

"Error: uncaught exception: [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIPrefBranch.getCharPref]" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: chrome://mediaflow/content/media-page.js :: MF_onLoad :: line 345" data: no]"

The MediaFlow area is blank (only a bit of the scrolling bar is seen).
I'm using songbird in ubuntu 9.04 64 and have removed the libvisual-0.4-plugins too

over 3 years ago
jaredflo
jaredflo

It doesn't work with Previous and Next buttons

over 3 years ago
StreetSpirit
StreetSpirit

The button to "Install" is grayed out for some odd reason. I'm very new to Songbird and am running "Version: Songbird 1.3.0b1, Build 1190 (20090722092910)" on Windows XP SP3.

Am I doing something wrong? Any suggestions? TY

over 3 years ago
Amboss
Amboss

@the Author:
btw: I am having the same error as Padro.
"Error: uncaught exception: [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIPrefBranch.getCharPref]" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: chrome://mediaflow/content/media-page.js :: MF_onLoad :: line 345" data: no]"

Running on WinXP SP3, furhter Addons are: Album list, some feathers (which are not active right now), LyricMaster, minimizeToTray revived (MinTrayR), Now Playing List and the usual stuff

@ StreetSpririt:
I would guess, the Addon is qualified for 1.2.0 which is the latest final, you are using a beta of the next version. Songbird won't let you use addons which are not approved for the release by the author.

over 3 years ago
tam.david
tam.david

for ubuntu 64 bit users, I'm running jaunty and initially could not get mediaflow working. I also could not get the youtube videos to play. You need to install the 64bit version of flash and reinstall the mediaflow add-on. for me, I also had to delete the ~/.songbird2 directory and restart Songbird. Go to http://ubuntuforums.org/archive/index.php/t-772490-p-4.html and find and use the script to remove the 32bit flash and its wrapper and install the 64bit version of flash. to finish the installation of flash for songbird, symbolically link the new libflashplayer.so to songbird's plugin directory. something like 'sudo ln -sf /usr/lib/mozilla/plugins/libflashplayer.so /usr/share/Songbird/plugins'

over 3 years ago
lockhart
lockhart

sweet

over 3 years ago
caca
caca

This add-on is great and having cover flow with ubuntu is very nice. Thank you!

The only problem I noticed is:

    when using key-shortcuts to skip tracks, the arrow from the ctrl-arrow combination causes the cover to flow even so its still the same album playing.

    Adding the focustrack extension change the skipping behavior but didnt solve the problem. (skipping fwd one track and I go to next album cover like before, but skipping a second one fwd cause to get back to the original "good" one. So one skip out of two its on the "wrong" cover(i.e the next one)... when without focus plugin, each skip would simply bring the next cover on the queue)(not sure this is really clear).

over 3 years ago
tonasinanton
tonasinanton

Is there any way to make the background color transparent or another color entirely?

over 3 years ago
lnxslck
lnxslck

Please update this to work with new version of Songbird 1.4.0a

over 3 years ago
JumpingJack
JumpingJack

Love this. Can't wait for the 1.3 version. I miss me some mediaflow!

BTW -- in the 1.2 version I noticed that on starting mediaflow, I had to move the bottom slider button from its default left position all the way to the right to get it to load my album art. I have a fairly large collection, and it is very slow to load. That said, once it's loaded I love it!

Thanks for the work/effort!

over 3 years ago
ben2talk
ben2talk

Wow, I'm running 1.5 - is there any way to force it? (With Firefox there's the Nightly Builds add-on)

over 3 years ago
alec
alec

Could the pictures update/scroll to the current album, when a new song plays in the list (like when clicking the song in the player window)

over 3 years ago
JohnM
JohnM

Sorry, I've been pretty busy. I'll try to update it over the weekend.

over 3 years ago
ChrisSavery
ChrisSavery

I'd like to make a feature/option suggestion.
I'm sorry, I didn't read all 447 comments to see if it's been suggested. That's just too much reading but if it has then I definitely second the idea...

I'd like to see an option to show only one of an album cover even when multiple tracks show up in a row in the list. I find it just too weird that when I click on a song that is on an album with 50 tracks that I get 50 album images the same all lined up across the screen. It seems to me a bit insane like that. I'd like to see the album once in the center for my current selection and then the next albums on either side. ie. option for single instances of albums.

Right now it's a song browser with tons of the same albums showing up but I'd find it way more useful as an album browser and as that there's no need for more than 1 of each album. Hope this makes sense and is something you'd consider doing. At this time I removed the Add-On because it doesn't have this ability.

over 3 years ago
ChrisSavery
ChrisSavery

Ah, I see from reading more above that this issue has come up and seems to be related to "album artist" field being used as key for the cover choice. I don't think any of my files have that tag set so it appears to fix this I need to go through my library and set the "album artist" tags.

I tried looking at the "Preferences" for Media Flow Add-on but this button is grayed out. What do I need to do to be able to changes settings?

The problem for me is mainly for trance albums that contain 50+ various artists. There is no album artist set. If I just set some arbitrary value like "..." will that prevent it using the artist field as key and then group the album as one unit?

over 3 years ago
ChrisSavery
ChrisSavery

This is working great for me now. Just need to give some attention to the Album Artist tag.
I see that there is a Preferences button on the Add-on control panel. Mine is grayed out. I presume this isn't implemented yet? If you are planning some settings for Media Flow - a great idea - then I'd like to suggest a simple option for a small margin at the top. In my opinion having the album art push right against the top edge is less attractive than having a small margin. It would look more balanced with the subtitle at the bottom. Pretty small detail... but details make a difference.

Thanks for this great add-on.

over 3 years ago
razorhanny
razorhanny

Please, make this available for songbird 1.5.0! That's the version of songbird I'm using right now, and I was sad when I noticed I couldn't install MediaFlow plugin. Thanks!

over 3 years ago
HaKaN
HaKaN

i don´t know how to install that sry im new can someone help me? what i have to do?!

over 3 years ago
donarobal
donarobal

excellent stuff

over 3 years ago
JokingPrince
JokingPrince

Excellent update! Time it take to load album art dropped form about ten seconds to less than two.

over 3 years ago
siabost
siabost

Hi,

I had the black screen problem as per yanquis1972's post of 3 months ago.

I'm using Kubuntu with KDE4.2 and Nvidea onboard graphics with proprietary driver (as supplied by Kubuntu).

I added a "string preference named extensions.lastAppVersion" and gave it a value as per your reply and it works! Also it scrolls well - no problems.

Just to let you know.

Thanks

over 3 years ago
verso
verso

Fantastic update, it loads SOOooOO much faster, great job! Thanks a lot.
A really small observation: I noticed that the scroll bar/thumb is there even when only one album is selected and there's nowhere to scroll;-)

over 3 years ago
boosh
boosh

I'm really flattered that you actually used my icon! Wow! Thanks!

I made some slightly better ones that dont have jagged edges+gloss in the meantime:

over 3 years ago
ChrisSavery
ChrisSavery

This is a great add-on. Have been using it for a while now. Thanks for making it.

One thing I've noticed is that when I start Songbird (with Mediaflow) and my music files are offline (external drive not mounted), then some album art doesn't show up. Just a few here and there out of hundreds.

I'm just wondering what determines when the art gets stored in Mediaflow or cached, and when it doesn't? Of course, when I mount the drive the albums show up again. But the funny thing is that most of them show up always. Something causes a few of them to be blank disc icons.

Otherwise has been working great. Thanks.

over 3 years ago
benng2
benng2

I have a problem with compilation CD's.

When the name of the artists are different in the same disc, the MediaFlow displays one album art by artist. For a compilation of 20 songs, MediaFlow displays 20 times the album art...

I have in my library a lot of compilation or album from music film. Anyone got a solution ?
Thanks.

over 3 years ago
klint
klint

@benng2
Read the description carefully. It says:

"If you have an album with multiple artists and want them to show up as one album, make sure all of the tracks have the same album artist property. This can be set when editing their metadata or inline the playlist if you add the album artist column. The album artist property is looked at first and if it doesn't exist the artist is looked at when checking whether tracks with the same album name belong to the same album."

You can use the Tagger extension to copy all your Artist tags to the empty AlbumArtist tags.

over 3 years ago
Pander
Pander

Please, when all artists of the album are identical, show "Artist - Album". Offer also an option in Preferences to enable or disable it. Default option is up to you. Thanks.

over 3 years ago
Hex
Hex

Great add-on!

I've noticed that when one clicks a album (art picture) in the view, there is a delay before the list view scrolls to the correct position. I think it might be that the scroll animation (in mediaflow view) completes before the list view jumps to the correct position. This makes the interface seem a bit slow... any chance of fixing this?

over 3 years ago
ChrisSavery
ChrisSavery

Still happily using this add-on. I'd like to add another suggestion that would be very handy.
Could we have an "Add to Playlist" fly-out menu item on the cover right-click menu?
I'm using the FolderSync add-on and if we had this menu item we could move albums to the playlist from the cover art panel to be sync'd - which would be much better than having to dig through the album list and drag the name to the playlist. Or a drag/drop album cover to playlist feature would work. Right now when you go to drag an album from the album list it causes the cover art to select only one album. Then we drag, drop, come back and have to scroll the album list back up to All and then wait for the covers to load again, rinse and repeat. Simple right-click, Add to Playlist for album cover would make it all so painless and easy. Thanks for listening, and hope this could be done.

over 3 years ago
ChrisSavery
ChrisSavery

Oh... darn it. Just saw this is already on the ToDo list. Well, too bad there isn't an edit button here. Great idea - wish I had it first.

over 3 years ago
benng2
benng2

@klint

Effectively, I tag the "album artists" metadata and now displays of arts are good for my compilation. So, I will improve my English for read more carefully the description of the extensions ;)

over 3 years ago
eimo
eimo

hello JohnM
i installed songbird and it is a very very nice program
thank you very much about this software and this great job.
i want to tell you that having a browser in songbird is very good because i can listen to mp3 by net easily and download too.
thanks again.

over 3 years ago
LucidStrike
LucidStrike

I often have to click 'Library' after getting new album art before Media Flow (or any media view) will show the change. Anything to be done about that?

over 3 years ago
eimo
eimo

hello JohnM
we want you to update our nice web player because :
1-it takes alot of time to open .
2-songbird media flow can't open rm.

over 3 years ago
kokolo
kokolo

hi,
 im having problem with my mediaflow because all i can see is the albums and i want to see it by artist. What can i do!

over 3 years ago
MuadDib59
MuadDib59

Hi,
Excellent plugin !
Is it possible to read the entire album by double clicking on the albumart ?
When I click, it put music track one by one into the Now Playing window.

over 3 years ago
Rolle
Rolle

Does not seem to work in 1.4.

over 3 years ago
jeffnz
jeffnz

had issue with blank screen with small gray square with arrows eather side found this fix on another site

"Thanks, and no it has nothing to do with the chrome skin (chrome in these instances is another protocol like http or ftp).

For some reason you don't have an extensions.lastAppVersion preference. Its actually not used by mediaflow, thats just some dead code. Go to the url bar and type about:config and hit enter, then right click and make a new string preference named extensions.lastAppVersion and give it a vaue (it doesn't actually matter what for mediaflow) I'll remove it for the next version. Sorry."

tryed it and now cant select media views from View menu
uninstalled mediaflow and was able to select media views again
reinstalled media views, media views grayed out again

can i remove string extensions.lastAppVersion some how?

and how can i get this rather cool looking app working?

thanks in advance
Jeff
Version: Songbird 1.2.0, Build 1146 (20090616030052)
on ubuntu 9.10 64bit

over 3 years ago
acaciosc
acaciosc

Good job with MediaFlow. This is an inovation!

over 3 years ago
fredphoesh
fredphoesh

Hi
Thanks and well done!!

Two things Id like:

1/ for an option to show albums, not tracks... I dont want to see all the tracks, but want to browse albums by their covers.

2/ sometimes the down arrow jumps album to album, sometimes it goes track to track like the L and R arrows do, I think they should always jump to the next album.

and i guess lastly it could also be a lot smoother.

But THANKS!
Mark.

over 3 years ago
nedveros
nedveros

fenomeno

over 3 years ago
andruk
andruk

The Media Views option in my View menu is grayed out. Ubuntu 9.10 (Karmic Koala), X Server 1.6 (1:7.4+3ubuntu1), Compiz 0.8.4 (1:0.8.4-0ubuntu2) on, Songbird 1.2.0 (1.2.0-1~getdeb2 from the getdeb.net repository).

Is there any way I can turn MediaFlow on?

over 3 years ago
tcaffeine
tcaffeine

thanks for making this addon i hope you could make it more smoother than now

over 3 years ago
shadyabhi
shadyabhi

I dont know why hasnt anybody reported this bug.
When I set view to MediaFlow, the playcounts of songs are not incremented after the song gets finished. I mean, they are incremented but the new playcount (previous_playcount+1) is not shown. The playcount gets updated only after a restart of Songbird.

I am using MediaFlow 3.2 with Songbird 1.4.3 on ubuntu 9.10.
Someone pls tell me the solution.

over 3 years ago
m0d
m0d

MediaFlow should not rely on the FocusTrack extension, [Bad programming], as it should be part of MediaFlow. Besides, FocusTrack brings SongBird to the front when tracks change, which is a bug and annoying especially when Songbird is minimized and you are working on other stuff.

over 3 years ago
Stormdancer
Stormdancer

I really like this, but it has one annoying 'feature'. If an album has several different artists (a compilation, say, or if a guest artist is noted on a particular track), it appears as multiple listings in the coverflow display. I'd like an option for it to really treat this case as a single album. In the (much more rare) case when two legitimately different albums share a name, the art should be different, which should be enough to trigger a unique entry.

over 3 years ago
JohnM
JohnM

Stormdancer, in this situations you can give them the same album artist (that is a property) and it should work as you want.

over 3 years ago
jmorcom
jmorcom

Looks very nice. Perhaps it would be helpful to have an option to choose whether the "album artist" or "artist" property is used to decide whether to display multiple listings in the coverflow display?

I have a large library using "album artist" rather than "artist" to define the common artist on an album (I guess Stormdancer took the same approach?) and it would be a real nuisance to have to reverse this!

over 3 years ago
christwalter
christwalter

Hi, nice addon. Would be even nicer if you could find the time to fix the Greatest Hits bug where every song on a greatest hits album gets a single image on cover flow. This is especially aggravating if you have a couple of those imaginatively titled things. I think this is a known issue for more than a year now. I know you are not getting paid, but still. Maybe as an easter present ;).

over 3 years ago
JohnM
JohnM

christwalter, why should that not be the case? If they are all in the same album(same artist,album name) then they should have the same image. There used to be a problem where every greatest hits album was thought to be the same even though it had a different artist, but that isn't the case anymore.

over 3 years ago
christwalter
christwalter

Hate to rain on your parade, but the bug persists. If you sort by album and you have several Greatest Hits albums you get one image per song as opposed to one per album plus they are all intermixed. So you have one picture Police, track 1, one Aerosmith, track 1, one INXS, track 1 and then it starts all over untile every song has its individual picture. I have already put in album artist, that didn£t help. If you sort by artist this problem doesn't exist. This was discussed here before but I forget whether in the thread or the bug section.

over 3 years ago
Stormdancer
Stormdancer

I have exactly the same problem - the real issue for me seems to be that if the album name is the same, the secondary sort order is by track, not artist.
So when looking at the album "Vertigo"... the albums by Jesse Cook and Kraftwerk interleave with track 1 from each, then track 2, etc. Even though I set the album artist for both.

Please note that the library displays it the same (wrong) way, too... so it may be a fundamental issue with the way songbird sorts.

When Album is the sort order, the secondary seems to be track number, tertiary is artist.
It should probably be Album, Artist, Album Artist, Track #.

over 3 years ago
Stormdancer
Stormdancer

Erp, yes, this is probably related to http://bugzilla.songbirdnest.com/show_bug.cgi?id=18724
But I don't think they fully understand the problem at this point. I've requested a birdzi... er... bugzilla account, to help add clarity.

over 3 years ago
semil
semil

Coming back to the original feature to comment on:
this is an awesome add-on, but still runs kinda slow, eh? compared, itunes coverflow is a lot faster on my machine... is there a workaround until you guys tackle this?

over 3 years ago
rhauer
rhauer

I have searched everywhere but I can find an answer to a what seems like a stupid questions. I am looking for a specific Santana (he was a guitar player from the old days) album so I search Santanta - I see all his albums and I pick the one I want except after it plays one song it goes to another Santana album instead of playing songs in that album

over 3 years ago
Stormdancer
Stormdancer

@rhauer - What's the sort order of the pane BELOW coverflow?
If it's track number, or song name, that's the order it's going to play in. Coverflow basically seems to display art from the first song in an album, so when you select it, that's the song it's going to go to. But if the playlist below coverflow has something else next in line, the next song will be that.

over 3 years ago
pingwin
pingwin

This runs really slow on the latest MacBook (Mac OS 10.6.2) and Songbird 1.4.3 especially with reflections enabled. Any ideas?

over 3 years ago
Trashcan
Trashcan

I have an issue as well, and it's about sorting as well. I'd like to have the albums sorted by artist first and then by album, so that all the albums by the same artist follow up on each other. Sorting by artist won't work of course, because the compilation albums will be spread all around the place again; sorting by album artist won't work either, because then all the albums with no album artist are all stacked at the beginning, with the compilation albums following. I could of course set the album artist for each and every album and have them sorted by album artist. Or is there any way for you of implementing this?

over 3 years ago
JohnM
JohnM

Trashcan, I don't think I can really make songbird sort by album artist first and then artist if there is no album artist. Sadly I think setting the album artist for each album might be needed.

over 3 years ago
Trashcan
Trashcan

all right. no problem, thx

over 3 years ago
zachm1
zachm1

Help ! I am using version 3.01 on my Songbird which is running just great 7570 songs and counting. My problem is that the media flow displays more than one instance of the album art. Is there a way to get it to not do this. Example. I have an artist with say 9 songs on the same album. Media flow will display the art 3 times. All the tags are done properly.Any ideas please.

over 3 years ago
reggieb
reggieb

Nothing shows up in the media view, does this work with 1.4.3?

about 3 years ago
rhauer
rhauer

I still can't seem to understand the Artist vs Album Artist problem. I have a compilation album. I went in and entered "Various Artist" as the album artist. I know assumed that when I look at Media Flow i will have to scroll to the V's where i will see all of my albums with Various artists. Instead the Album cover shows up for each artist in the Artist column. Should I be doing it the other way. Should I put "Various Artist" into the artist field instead. I did notice that the list below media flow is by artist. Not sure how to factor in the "Album Artist". I hope this made sense I really!!! want to figure this out.

about 3 years ago
freiren
freiren

I don't know why the mediaflow covers don't move after playing another track. The covers only move if the tracks are played manually. Plz Help

about 3 years ago
zachm1
zachm1

I am having a problem with Media View. It displays multiple instances of the same album cover for a given artist. Example, I have 20 songs from an artist from the same album. All the tags are done properly and complete. Media view shows the album art 3 times. Why is this.

about 3 years ago
pokoishi
pokoishi

very good

and a beautyful version

about 3 years ago
cargohook
cargohook

Hi John:

MediaFlow is one of my favorite SB extensions. I just installed the new Win7-compatible Songbird Beta 1.7.2b1. When will MF be compatible with 1.7.2?

about 3 years ago
maxismart
maxismart

Media stop working today whats going on

about 3 years ago
Schrodinger
Schrodinger

:-( I can't make media-flow work. I'm using

Songbird 1.4.3. Build 1438
Media Flow 3.2.1.
Windows XP 32 SP3

Please, can anybody help me?

about 3 years ago
Pils
Pils

Thanks a lot for this add-on - it works really nice with a touchscreen...

One suggestion anyway: is it possible to transfer the alphabet-navigation from your grid view add-on to this one as well?

It would make navigation much easier and faster in large libraries...

almost 3 years ago
freaktechnik
freaktechnik

Update to 1.7.2 please.

almost 3 years ago
JohnM
JohnM

Pils, I'll consider that suggestions, thanks.

almost 3 years ago
szekeres2010
szekeres2010

Just wanted you guys to know, that it disables the toggle media view buttons (View menu can still change them), hope it will be fixed soon, it works great so far THX!

almost 3 years ago
szekeres2010
szekeres2010

Is there a way to rename the mediaflow window tab from "chrome://mediaflow/..." to simly "Music" or something, it's a bit annoying...

almost 3 years ago
maxismart
maxismart

Mediaflow keeps crashing the new songbird update

almost 3 years ago
brimtastic
brimtastic
Just wanted you guys to know, that it disables the toggle media view buttons (View menu can still change them), hope it will be fixed soon, it works great so far THX!
Is there a way to rename the mediaflow window tab from "chrome://mediaflow/..." to simly "Music" or something, it's a bit annoying...

Second both of szekeres2010's comments!

Also, any chance of getting the pane to snap to certain sizes? That would bring this nearly perfect add-on one step closer to perfect.

almost 3 years ago
klint
klint

+1 on brimstatic's comments :)
JohnM, could you please correct these 2 little bugs? Thanks a lot

almost 3 years ago
AMDphreak
AMDphreak

I got a new graphics card yesterday, and I decided to test Songbird to see if it performed any better.

This particular addon is still SLLLOOOOWWWW. There is more lag than I thought possible with this card I have. I have Sapphire Radeon HD 5650 1GB GDDR5 RAM with a core clock speed > 800 MHz
I dont know what's at fault here. Whether the addon is programmed terribly (doubtful), or whether Songbird's addon architecture and its core runtime environment is just plain SLOW. I think it's the second one, but as this is the most graphically intensive addon for Songbird, I noticed the lag most with it.

Thanks,
AMDphreak

almost 3 years ago
klint
klint

@AMDpreak: try removing the artwork reflections. and have you sorted your tracks by album?

over 2 years ago
klint
klint

@JohnM: as the release of SB 1.8 is closing in, would you mind correcting the nasty bug in your so popular add-on that breaks the media view toggle buttons? :)
Thanks a lot

over 2 years ago
JohnM
JohnM

klint: I haven't changed anything in MediaFlow between when the toggle buttons worked and didn't. If I comment out the
<songbird:contenticon>chrome://mediaflow/skin/mpIcon.png</songbird:contenticon>
line in the install.rdf it won't break the buttons. It looks like this might be a songbird issue supporting additional buttons, unless the api changed.

over 2 years ago
klint
klint

Thanks JohnM for your answer :)
Will the change that your propose leave the Mediaflow features intact? If yes, would you mind posting a new version with that change, compliant with 1.8b1 onwards, I suppose?
Thanks again :)

over 2 years ago
boosh
boosh

That is a bug on Songbird's side:
http://bugzilla.songbirdnest.com/show_bug.cgi?id=21498

over 2 years ago
Bride_of_Nine_Spiders
Bride_of_Nine_Spiders

I have a large library (about 15,000 tracks currently) and often songbird will freeze up on start-up when
a)MediaFlow is pre-enabled; and
b)new tracks are added to library
I have one monitored folder, and it is automatically watched for changes. Any suggestions beyond just turning MediaFlow as I try to remember to do before shutting down? Thanks for a great add-on.

Songbird 1.7.2b1, Build 1621
MediaFlow Version: 3.2.3

over 2 years ago
Zalastax
Zalastax

I think that an option to change how big the reflections are should be added. Also reflections on front album as option.
I would like the option to filter by artist in some way when using MediaFlow, not needing to search library to see only one artist.

over 2 years ago
DJKevster
DJKevster

Doesn't work? no listing of any tracks and no album covers ? its just blank?

over 2 years ago
ezekiel000
ezekiel000

Albums with multiple artists show up in multiple times in MediaFlow in the
correct positions but clicking on any of these always focuses on the first
track from that album in the library, and clicking on any track in the library
moves MediaFlow to the first instance of that album.

Build 1800 (20100830150218) on Ubuntu GNU/Linux 10.10 amd64.
MediaFlow plugin version 3.2.3

over 2 years ago
ezekiel000
ezekiel000

The above bug also affects Greatest Hits albums.

over 2 years ago
jjsr
jjsr

Great!!! Real cool Add-On. Now Songbird is looking like itunes.
Just the following: It were cool to add some little features:
- Album Covers should be able to group. I have many Samplers with various artists. So i have tagged "artist" with the real interpret and "album artist" with 'various'.
Also it were cool to manage a genre view with folder.jpg arts before. I think itunes had this feature too.

Regards, great work although

over 2 years ago
AMDphreak
AMDphreak

@klint sorry I didn't respond. I must have turned off email notifications.

No. I can't turn off the reflections. There isn't any context menu item to do that. Also, going to Tools>Addons>MediaFlow doesn't have the Options button enabled.

Whoah, I messed up on my graphics card specs. I have the Sapphire Radeon HD 5670 1GB model.
Sorry for the inaccuracy. If that were someone else's post that I was reading and they were wrong, I'd slap them.

Anyway, as always, I'm getting more programming smarts as I continue studying, so I have a question: Is this using OpenGL? Can it use OpenGL? Can I work on the addon too? I'm new to writing anything with other people. All I've ever done is write code by myself without support libraries and especially without hardware acceleration. I was a kick-ass TI-BASIC code writer. I could get the interpreted language to run at normal speed on programs that other people thought would run very slowly. I never finished learning Assembly language, but I was almost writing assembly.

over 2 years ago
AMDphreak
AMDphreak

Right now I'm learning Java. I learned C++ last year, but I haven't used it for anything.
I want to write stuff.

over 2 years ago
AMDphreak
AMDphreak

@klint aha, i found the option in tools>options . sorry. there seems to be redundancy and waste in the songbird framework.

over 2 years ago
Sandworm8
Sandworm8

Hi,

in my opinion Media Flow is the best add-on for SB and I really like to use it a lot. However, because of the massive improvements made in the new nightly builds I'm running 1.10.0a, Build 1862 at the moment, which is unfortunately not yet supported by Media Flow.

Can you already tell me when an updated MF will be available. It would be so awesome to have it again!

Thanks for all your work in this great tool!!!

This makes music libraries real fun!

over 2 years ago
the.aor
the.aor

This add-on is truly the best.

But could you please add some things like if you double click on an album cover it only enqueues the tracks from that album and not the whole library? Would be really fine.

over 2 years ago
andy561
andy561

it wont let me download media flow D: im kinda knew to songbird so could someone PLEASE help me?!?! when i click on the download button it just says "not compatible with your songbird"

over 2 years ago
rygle
rygle

To make this version work with the 1.9.x beta, you can download it in firefox and save it somewhere, then using a zip program open it up and edit the install.rdf file. You can do this from within several zip programs (e.g. 7-Zip), and edit the file and save it back into the zip, all without fully unzipping to a folder. Change the <em:maxversion> tag to something like "<em:maxversion>1.9.5</em:maxversion>". You can also change <em:version>3.2.3</em:version> to something like <em:version>3.2.3maxver1.9.5</em:version> if you want or if there are issues installing. Then close the text editor, saving the changes. Make sure it's zipped up into an xpi file and then install from within Songbird by hitting the "Install" button from the Add-ons dialogue window.

Running well for me running 1.9.1. build 1920.

over 2 years ago
afgodwin
afgodwin

@rygle. Thanks for the instructions to upgrade to 1.9.5. Worked perfectly for me.

over 2 years ago
lyd
lyd

Will there be a update for the latest version of songbird (1.9.3)?

over 2 years ago
Pedroaufmallorca
Pedroaufmallorca

One of the best add ons - but not working with latest version of Songbird - please please please update.
Greetings

about 2 years ago
thyjuk
thyjuk

Could there be an update please :D

about 2 years ago
Baudelaire
Baudelaire

Update for 1.9.3 PLEEEEEEEAAAASE!!!!!!!!!!!!!!!!

about 2 years ago
ferdisalz
ferdisalz

It works perfect with 1.9.3 if you follow rygles instructions, its really easy.

about 2 years ago
lyd
lyd

I followed rygles instructions, but could not get it to work :( perhaps I'm doing something wrong

about 2 years ago
qweicy
qweicy

Media flow no longer available with version 1.9.3 Any updates? Help

about 2 years ago
JohnM
JohnM

Sorry, I'm crazy busy in school right now. I know its a probably a small update required, but I don't have time to do it and test to make sure it doesn't break much right now. I'll try to get to it in a week or less... hopefully less.

about 2 years ago
lyd
lyd

Thanks JohnM. Looking forward to it :)

about 2 years ago
Leonny
Leonny

Super merci =)

about 2 years ago
CanonCamer
CanonCamer

You must develop the media flow for the new Songbird 1.9.3, Build 1959 (20110127030554)!!! The media flow is the best Add-On!!!

about 2 years ago
thyjuk
thyjuk

I hope the schoolwork goes well (then you can make an update =D)

about 2 years ago
stymiee
stymiee

I finally get a computer that can handle this add-on with my large library and now it's not compatible with the current version of SB! But it's cool that the developer intends to get to it and I totally respect the school thing. I'll keep checking back with my fingers crossed.

about 2 years ago
j.maier
j.maier

hey guys, i finaly changed a little so it can run for songbird_1.9.3-1959 version.....
i hope you can get this awesome add-on for songbird under this link: http://www.fileuploadx.de/551057

about 2 years ago
qweicy
qweicy

@J.maier, the link will not install. JohnM, Good luck at school but we miss the media flow please. Songbird is not the same anymore

about 2 years ago
bodiecon
bodiecon

@qweicy once the link is downloaded, go to add-ons and click install at the bottom left. select where the download is (i.e. desktop, etc.). install it and reboot songbird. works perfectly.

about 2 years ago
geet000
geet000

please update it to support new version of songbird!

about 2 years ago
geet000
geet000

thanks

about 2 years ago
conradaiken
conradaiken

Download restricted: Is there a reason why when I try to download this the Download button is greyed out? -Thanks

about 2 years ago
T.Meerdink
T.Meerdink

Nice one

about 2 years ago
Feadan
Feadan

My first install of Songbird on my Mac to have an alternative to iTunes...and what looks to be one of the best add-ons available is not compatible with the new version!?! This add-on should not be an add-on at all but integrated into the software, IMHO.

about 2 years ago
Tsur
Tsur

very nice !

about 2 years ago
CanonCamer
CanonCamer

You have to invent the Media Flow for the new Songbird. I hate the Songbird without Media Flow!!!

about 2 years ago
Ignecio
Ignecio

:( buu, it's not available for the last version. Waiting for the update...

about 2 years ago
AMDphreak
AMDphreak

Yahoo! It supports the latest stable release of Songbird! I noticed it. Thank you John.

almost 2 years ago



Download
Log in to Rate

Statistics
Downloads: 1,067,931

Average Rating:
4 out of 5  based on 489 ratings

Images: 1

Comments: 676

Last Updated: about 2 years ago
Details
Name: MediaFlow

Author: JohnM

Version: 3.3 version history

Categories:


Log in to Add a Tag
Share
Embed:

Share: