Very pretty, but I'd rather the buttons be the same as the main window.
What's the deal with the drop down box in the last one? Do you envision it letting the user select between artist, album, song title, etc?
626 2007-07-18 10:33:12
Re: Mini-player Window (45 replies, posted in Development)
628 2007-07-17 12:14:52
Re: MP4 to MP3 converter with import option (18 replies, posted in Features)
I probably will once I get the quicktime plugin fixed up .
629 2007-07-17 10:46:30
Re: MP4 to MP3 converter with import option (18 replies, posted in Features)
Thanks for the tip. I had a quicktime plugin written, but didn't include it because it was incredibly buggy still. I also don't own any protected files, so I couldn't see if htey worked.
I'll check out SongBird's code though, see what they're doing.
630 2007-07-17 10:44:51
Re: Can't get Version 6 to install?? (21 replies, posted in Squashed Bugs)
Ok, I updated all the url's and downloads on the various sites. This should be taken care of.
631 2007-07-17 08:57:38
Re: Read mp3 xing/lame header for gapless info. (5 replies, posted in Features)
pretty much all of them but mp3.
632 2007-07-17 08:57:11
Re: [Dupe] Play when added (19 replies, posted in Archives)
You can just send me the patches. I can compile them myself.
635 2007-07-16 12:55:56
Re: Read mp3 xing/lame header for gapless info. (5 replies, posted in Features)
mp3 is not a gapless format. Some encoders add non-standard metadata to help make it gapless, but Cog does not read this information yet.
636 2007-07-16 12:55:06
Re: VG Music Formats (20 replies, posted in Features)
I'm not a fan of the tree format. Say I wanted to listen to track 3 of tetris, then track 4 of super mario brothers?
637 2007-07-16 12:28:23
Re: VG Music Formats (20 replies, posted in Features)
It worked with the seek bar. It wasn't updated, and you couldn't seek within the individual tracks. The seek bar would go between 0:00 and n (formatted like a time), where n was the number of tracks.
I think i'd rather have each appear as separate entries in the playlist. Maybe the filename would be filename#Track if there is no metadata. So something like: tetris.gb#0.
638 2007-07-16 12:23:33
Re: [Dupe] Play when added (19 replies, posted in Archives)
If you have any problems getting things set up or understanding the code, feel free to email me.
639 2007-07-16 11:27:42
Re: [General] Perhaps submit Cog to Apple Downloads? (7 replies, posted in Archives)
640 2007-07-16 05:41:10
Re: [Dupe] Play when added (19 replies, posted in Archives)
I have no problem at all. Email me a patch, and I'll add it to the development version so it will be in 0.07.
641 2007-07-16 05:40:20
Re: [General] Perhaps submit Cog to Apple Downloads? (7 replies, posted in Archives)
643 2007-07-16 05:27:33
Re: Can't get Version 6 to install?? (21 replies, posted in Squashed Bugs)
Probably could try using an uncompressed dmg inside a bz2 (a .dmg.bz2) instead of using UDBZ compression in the image.
645 2007-07-16 05:25:07
Re: Mini-player Window (45 replies, posted in Development)
That's what I was saying, I don't think it's possible to have multiple rows in a NSToolbar, so we'd have to rethink things a little. I think things like the position slider/track name would have to be coupled together as one toolbar item (and therefore inseparable).
646 2007-07-16 05:23:12
Re: Question about latest nightly; (3 replies, posted in Development)
The localizations folder was part of the scripts I made to simplify localizations, even though they ended up making things more complicated. So, I got rid of them since I don't think I'll be using them for 0.07.
647 2007-07-16 05:22:10
Re: VG Music Formats (20 replies, posted in Features)
I had a decoder for GME (Game Music Engine, I believe) a while back, but these formats contain multiple tracks per file. I had a hack at the time to use the seek bar to change tracks, but it didn't work well at all.
648 2007-07-16 05:20:25
Re: Nightly sorting alphabetically not numerically (2 replies, posted in Squashed Bugs)
This is in the 0.07 list.
649 2007-07-15 16:15:18
Re: Can't get Version 6 to install?? (21 replies, posted in Squashed Bugs)
It's both. If either of them get "fixed", the problem would be solved. Safari because it decides to add file extensions based on mime-types (In my opinion, it should be using the filename the sever told it). The other apps because they somehow tell safari that this .dmg file is actually a .bz2. I don't know the specifics on it though.
650 2007-07-15 14:19:31
Re: Mini-player Window (45 replies, posted in Development)
I think toolbars are one row, and having those four buttons there like that might not be the best thing. We would probably need some mechanism where we can mark things as "Playlist related", so they would disappear when in mini mode. I dunno.