This should be fixed as of r739.
251 2008-02-17 20:12:31
Re: latest cog nightly (r706) does not display actual bitrate of tracks (14 replies, posted in Bugs)
252 2008-02-17 19:28:27
Re: Cog cant support more than 247 directories into Music directory (5 replies, posted in Squashed Bugs)
Give r751+ a try, it uses the FSEvent api to keep track of file changes.
253 2008-02-17 15:25:37
Re: Cog cant support more than 247 directories into Music directory (5 replies, posted in Squashed Bugs)
Thanks. This is probably some type of kqueue limitation. I will look into it.
254 2008-02-16 14:42:56
Re: Last.fm scrobbling not working on 10.4.10 (5 replies, posted in Help)
Cog simply sends the data to the client, the client handles the authentication and communication with the last.fm servers.
255 2008-02-16 06:10:49
Re: Request for small change that will allow easy selection of mult. songs (3 replies, posted in Archives)
I've modified it as of r721 so it won't double-click play unless theres only one selected thing. I don't know how well that will work in practice though.
256 2008-02-16 05:40:34
Re: A version of r717 for 0.07 and another version of r717 for 0.08?? (1 replies, posted in Development)
Indeedy. Don't worry though, the 0.08 one will update and it'll fix itself.
257 2008-02-15 19:13:01
Topic: 0.07 Playlist Problems (READ THIS if you're using 0.07!) (8 replies, posted in Bugs)
259 2008-02-15 19:01:00
Re: cog 0.07, empty playlist after enabling 10.5.1 'fast user switching' (5 replies, posted in Bugs)
260 2008-02-14 12:14:49
Re: Cog cannot open pls playlist (3 replies, posted in Bugs)
I'll take a look. Could you open the pls in a text editor and paste the contents?
261 2008-02-14 12:14:14
Re: Customizable Keyboard Shortcuts (9 replies, posted in Features)
I've been thinking the solution for some (SOME!) of these things is this:
Cog just reads the preference (from the plist), but has no UI for it.
You'd paste some "defaults" command into the terminal to get whatever effect you want. In the future, when GUI plugins are available someone could very well write a plugin that taps into these advanced preferences. It'd be kind of like mozilla's about:config, but hopefully we can keep Cog.
Apple kind of does this with some things. There's the 2d dock, where 99% of users are likely fine with the 3D one, but there's that 1% that hate excess dimensions.
262 2008-02-13 13:44:41
Re: Won't load under Leopard 10.5.1 (11 replies, posted in Squashed Bugs)
This may be a localization problem. If you go to Cog.app and right click, and go to Get Info, what localizations are available? Uncheck all but English, if there are others.
263 2008-02-13 13:33:03
Re: 0.08 Nightly (98 replies, posted in Development)
I'd like to point out the new "Open With Spotlight" command that another developer, matthew, is working on. I'm thinking it would work well if integrated with the file drawer. Add a search filter to the file drawer, if you start typing in it, the outline view goes away and is replaced with the spotlight view, kind of like how finder does it.
264 2008-02-13 08:41:20
Re: Skip Backward and Skip Forward using Left/Right arrow keys (9 replies, posted in Archives)
Perhaps option+left/right or shift+left/right. I'm still opposed to making it just left/right, because it'd be annoying to accidentally seek while moving up/down through the playlist . I also think it may be a bad idea to make it apple+shift+left/right, because it'd also be annoying to accidentally skip to the next track when you meant to seek.
266 2008-02-09 07:53:00
Re: Cog 0.07 Take 2: A little bit stirred (Tiger users, please test this!) (10 replies, posted in Development)
Sorry, I was asking bubs who had the column disappearing problem on Leopard.
267 2008-02-08 09:51:57
Re: Cog 0.07 Take 2: A little bit stirred (Tiger users, please test this!) (10 replies, posted in Development)
Did you have to delete the preferences first? Or did it just work?
269 2008-02-07 17:38:01
Topic: Cog 0.07 Take 2: A little bit stirred (Tiger users, please test this!) (10 replies, posted in Development)
270 2008-02-07 12:37:42
Re: "Home" and "End" key functionality in playlist (13 replies, posted in Features)
If you have xcode installed, you can do the following in a terminal:
svn co https://cogosx.svn.sourceforge.net/svnroot/cogosx/branches/cog-0.07/cog Cog-0.07
cd Cog-0.07
curl "http://trac.cogx.org/attachment/ticket/28/tiger_home_end_keys.patch?format=raw" | patch -p0
xcodebuild -alltargets -configuration Release
wait a while, and the .app will be in build/Release/
271 2008-02-06 14:48:06
Re: WMA support? (6 replies, posted in Features)
It's unlikely for the 0.08 release. This release is mostly focusing on UI changes.
272 2008-02-04 07:53:36
Re: cog 0.07, empty playlist after enabling 10.5.1 'fast user switching' (5 replies, posted in Bugs)
It's a known issue, and has been fixed in the nightly. To reproduce it, you just need to fiddle with the columns on 10.5.
273 2008-02-04 07:52:52
Re: Cog changes audio device without asking (4 replies, posted in Bugs)
Thanks. I think Cog will just "fall through" to the default device, if there's a problem opening the selected one. When that happens, it might not update the UI. I'm curious if that happened.
274 2008-02-04 07:51:28
Re: cog 0.07, flac24bit, 100%volume=distortion 70+-%=GOOD SOUND (2 replies, posted in Bugs)
100% on the volume slider is actually 200% volume. The volume is on a logarithmic scale, so the 70% area you describe is most likely the place for 100% volume.
275 2008-02-04 06:10:53
Re: Cog changes audio device without asking (4 replies, posted in Bugs)
If you could get some reproducible steps, that would help a lot. Cog shouldn't be changing the output device unless the selection has changed in the preferences in the first place...