226

(10 replies, posted in Bugs)

I committed a fix for this in r805. I couldn't get it to crash, but I couldn't before either.

227

(2 replies, posted in Bugs)

I don't think 1) matters very much. The queue system is really meant for queueing up a couple of songs. It's not meant to be a separate playlist. I think keeping the queue positions in the tooltip is perfectly acceptable. The common use case for this would be to have the machine set up at a party with Cog running. People can see what songs are already queued, and can queue up a couple more if they see something they like. If someone wants to know when a song is going to come on, they can easily hover over the column for a couple seconds.

2 and 3 will be taken care of.

I've made some improvements as of r804.

229

(108 replies, posted in Development)

I'm fine with people submitting their ideas, but I like the current one a lot, so it may be difficult to top it.

230

(98 replies, posted in Development)

I was planning on doing something like that. Not so much a preference, just open it if it was opened.

231

(108 replies, posted in Development)

232

(98 replies, posted in Development)

I don't want to start localization until the UI is finalized. Otherwise, people have to constantly update their translations, and it ends up being a mess. I'll be making an announcement when the time is right.

I'll start a new forum topic regarding the graphics.

I have used it, but I've never been a user. I've started it up and checked it out. It probably won't look much like Amarok's. I was thinking just something similar to a tooltip would pop up and display the volume when you hover over the button. I also want the tooltip to appear when dragging the slider.

234

(98 replies, posted in Development)

I thought I mentioned it...somewhere....oh well! Glad you're enjoying it.

235

(98 replies, posted in Development)

Repeat buttons should be working for the most part. I'm not sure about Repeat Album.

By the way, graphics are needed for all these toolbar buttons. I've just been quickly throwing them together, and I'm not much of an artist, so the results are not that great. If anyone wants to take a shot at it, feel free!

236

(10 replies, posted in Bugs)

Hmm. This may be caused by the defaults being registered in +Initialize. The nib might only be partially loaded at this point, but some bindings may be in effect, which could cause some problems. I'd try moving them to awakeFromNib.

Looks good! However, I think the File menu should look like either:

Add File to Playlist...
Add URL to Playlist...
---
Save Playlist As...

or:

Add File ...
Add URL...
---
Save As...

I kind of like the latter better, but the former would be nice to eliminate any confusion about what you may be doing.

238

(6 replies, posted in Bugs)

This should be fixed as of r797. What a strange bug!

239

(10 replies, posted in Bugs)

Nothing was changed in the spotlight stuff between 771 and 788. If you get it to crash again, post a crash log.

Nah, I like the idea. Just haven't gotten around to actually doing it. I also wanted to add tooltips to the volume control, but just haven't gotten to it yet.

I'm fine with it just being hours minutes and seconds, and using the parens for the currently selected items length (if things are selected).

No. normally it should work. My guess is there's something funny going on in the headers of those ones. I haven't had a chance to look.

It is off for CBR files, I've had a trac ticket made and will revisit it when I get a chance.

I'll take a look at the bitrate = 0 problem for that set of mp3s, but I likely won't fix it for 0.07 since it's not exactly a major issue. I'm assuming 0.08 shows something for the bitrate?

Ok, so we've added a nice shiny button and a menu for the FOUR new repeat states; Repeat none, one, album, and all. However, I'm trying to come up with the behaviour for each of these modes when shuffle is enabled. Here are my thoughts:

Shuffle off:
  Repeat None: It goes through the playlist in order and stops.

  Repeat One: It repeats the same song. If you hit next, it stays on the same song.

  Repeat Album: It repeats the album. After the last song in the album, it goes on to the first song in the album.

  Repeat All: It goes through the playlist in order, goes back to the start and keeps going.

Shuffle on:
  Repeat None: It goes through the playlist in a random order, and stops once all songs have been played.

  Repeat One: It repeats the same song. If you hit next, it stays on the same song. If you otherwise start playing a new song, it becomes the new repeated song.

  Repeat Album: It repeats the album in a random order. Hitting next will jump to a random song in the album. If you double click or otherwise start playing a song out of that album, it plays the new album in a random order.

  Repeat All: It goes through the playlist in random order, once through, it picks a new random order and keeps going.

245

(10 replies, posted in Bugs)

I believe this was fixed immediately after I made the build. Try out the next nightly when it gets made. smile

Moving the File Drawer to it's own window probably had helped with that too. It's no longer included in the main nib, which means it doesn't load anything file tree related until you first open the file window!

247

(12 replies, posted in Archives)

Strange. It should build on ppc. That file doesn't even exist on my intel mac...my ppc mac is out of service at the moment (warranty just ended a couple months ago and it's already busted!) so I'm not much help. I'll fire off a manual "nightly".

Ok, will take a look.

Oh! Cuesheets aren't supported yet in the nightly! I haven't updated it to use the new protocol.

The volume should be behaving a lot better now. Could you give more details on the timeline/cuesheet bugs?