1

(1 replies, posted in Bugs)

Try using the 0.08, despite called a beta, it is more stable than 0.07
Tags - unfortunately yes, they're reloaded each time at the moment

2

(2 replies, posted in Features)

Cog is not under active development at the moment, also it is designed to be as light as possible, having only essential features.

For tag editing you may try some 3rd party software, e.g. MediaRage (drag files from playlist there, or use

3

(10 replies, posted in Features)

just had finished debugging embedded cuesheets and covers for WavPack (other containers are much the same, but i dont like monkey-coding, some more elegant solution may be coming next time i have spare time)

4

(1 replies, posted in Features)

If you're using leopard/up - try 0.08 development build. It already has preferences for such behavior (set "clear playlist and play" on opening files)

5

(10 replies, posted in Development)

What's in todo for 0.08 release?

6

(3 replies, posted in Features)

yep, i second it smile

but this would require much of coding...

7

(1 replies, posted in Bugs)

Do you use Snow Leo?
It seems that apple has damaged previously available logic with capturing modifiers...

8

(5 replies, posted in Features)

nimionsergei, "gapless" does not mean it will remove silence on start and end of songs, but just that it won't add more of it (that means that if you have a long song split into several files - there should not be any gaps in sound)

Actually metadata for autosaved playlist can be cached to speedup startup, but anyway 10 seconds is too way long - in 0.08 metadata loading is done in separate thread so should not delay startup.
Are you quite sure you network does not have any packet-loss, slow buggy windows-based servers etc. which can produce noticeable performance influence?

10

(13 replies, posted in Bugs)

Update: for now i have fixed id3v1 (with hardcoded encoding yet)
but problem is that supplied file has ID3v2 tag with text in cp1251, but stated as Latin1 (id3v2 has bit for encoding - either latin1 or unicode) and TagLib does not provide a walkaround for this case, assuming that id3v2 standard is obeyed...
Origin of that file must be some old winamp with its dummy "Copy Id3v1 to id3v2"...

11

(13 replies, posted in Bugs)

Time permitting, i'll make a patch to fix this. Luckily TagLib provides a way to hack it, only a single modification to framework itself to make some more internals accessible...
The only thing unclear is where to put encoding selection in preferences and what it should be like.

12

(5 replies, posted in Development)

Please make this thread sticky

13

(13 replies, posted in Bugs)

14

(13 replies, posted in Bugs)

16

(1 replies, posted in Bugs)

Unfortunally, cuesheets are not unicode sad
When i have some spare time, i'll come up with new version of MacApl and APL plugin for cog, as apl link files can contain unicode. That should give another solution

But the simple way is to rename image file and edit cuesheet wink

17

(1 replies, posted in Bugs)

Actually it's more for the lack of CoreAudio settings like buffer, default settings do not always work fine...

> Gain
> Limiter/Expander
- will be possible when DSP plugins are introduced (already in roadmap)

There seems to be a problem on nightly build system - when built on my machine - everything is ok.