I have that - no worries.norfie wrote:Erhem - you need not the full access to it only - you need the right to use that.

Moderators: Hacker, petermad, Stefan2, white
I know that but I still would like to see the posibility to read itnorfie wrote:Press "Enter" then your html-browser will be started with "Doc/Documentation.html".If I press F3 on Show Help nothing happens ?
It's an estimated size the audio track will use up on the CD, based on the MP3's apparent duration in seconds. That duration is retrieved from the MP3 header and may be incorrect (in case of VBR MP3s), and simply multiplied by 176000 (that's the amount of bytes in one second of CD audio).Sticky wrote:Question: In the audio cd project, what do the file sizes represent? They seem to be quite large and unrelated to the real file size. ??
Unfortunately I have no influence on that, all I get for a rename operation is oldname and newname of the pseudo-file. But I'll see to it to make the reordering some easier, so that you don't need to delete away extentions or filename rests.Would it be at all possible to override the 'RenSelOnlyName' command when trying to reorder an audio cd?
You're right, I'd prefer something like that too, but it's indeed not possible. I only get relatively few simple function calls when the user performs file operations (in this case: an FsRenMovFile call which tells me the old and new name of the file, and a few parameters like "overwriting allowed"), nothing nearly as complex as telling me what file was dragged+dropped where.Really, I would prefer it if there were a completely different way to do this without renaming--either dragging with the mouse, or by selecting a file and pushing a "move up/move down" shortcut of some sort. However, I know this may not be possible.
Also, I understand the reasoning for the "current track count + 1" but I can't get my brain to work that way.
I can check for presence of medium before that, yep, but not for sufficient size, since the project size is only determined *after* all the MP3s are decoded.Would it be possible to check for medium before decoding all the audio files so that you don't have to sit through that again after you remember to put in a blank
Yep, already found+fixed.This also seems to cause a bug where I'm unable to close the burning dialog.
You mean something like saving the project's contents to disk to be able to retrieve them later after restarting TC? That's not implemented yet but not a bad idea.Is there anyway to preserve the contents of one of the "project folders"?
Unfortunately I have no way of telling that... When TC needs anything from the plugin, mostly that's a directory listing when you fire it up, it first calls FsInit and then FsFindFirst/FsFindNext to enumerate the directory contents. At that point I do have to initialize the thingy to be able to list anything.And finally: Perhaps it would be good if the plugin only launched if you clicked on it specifically
Not at all, they're all good and useful statements and ideas.Sorry for so many comments, please don't interpret them as criticisms!
How about pressing Shift+F6 twice and than entering the number ?Sticky wrote:A few suggestions (sorry there are so many!): Would it be at all possible to override the 'RenSelOnlyName' command when trying to reorder an audio cd? As it is, I have to push shift+F6, then type the number and then ctrl+del to remove the extension.
Ever tried the "Clear project after writing"-Checkbox?Sticky wrote:Is there anyway to preserve the contents of one of the "project folders"?
Yeah, that was the problem, thanks. I had tried several numbers *44.1Khz*2 bytes*stereo but the numbers I was getting out weren't close at all to what was shown. Those damn VBRsLoc2262 wrote:may be incorrect (in case of VBR MP3s). . . . 176000 (that's the amount of bytes in one second of CD audio).
That's ok. Just so you don't sit through the decoding twice.I can check for presence of medium before that, yep, but not for sufficient size, since the project size is only determined *after* all the MP3s are decoded.
I was thinking it could be a confirmation dialog. "No medium present in burning device. Proceed?" Then you could start the decode process and race your computer to try to get a blank in before it's done decoding.Though I can make it an option that for audio CDs an *empty* disc must always be present (which the user might probably want anyway in most cases), then I can do the check before.
Great. I see SirSilva was having the same problem.Yep, already found+fixed.
Precisely, thanks!You mean something like saving the project's contents to disk to be able to retrieve them later after restarting TC? That's not implemented yet but not a bad idea.Will put it on ToDo.
Very true. And if I had wanted it to start up automatically and it didn't, I would probably be here complaining about that, too.So if you left the burner active in one tab when you close TC, my plugin gets the "give me directory" calls upon next start, and I can't tell whether the user "wanted" that or not.
It's really not too bad if the system is already started. But when I boot up (TC loads at bootup) then loading the plugin is S L O W. No problem though: I'll just change the dir before I quit from now on.But I can see that that's some annoying, I'll try to find a way around it.
Sir_SiLvA wrote: How about pressing Shift+F6 twice and than entering the number ?![]()
That's the opposite of what I want. I was refering to after a TC close.Ever tried the "Clear project after writing"-Checkbox?
Yeah, I had the same problem. It's "already found+fixed".BUG: . . .
>>>>Horst.Epp wrote:If I try to copy a directory into a project, I'm getting a Upload question from TC with a filemask and also a message box for every file copied.
How can I prevent this ?
Loc2262 wrote:Ah, crap. Thats some debug information from today's coding that was not supposed to go into the release.Thomas_BA wrote:After the window upload following message window apears.Will fix that immediately. Thanks for the hint!
Update to the latest Version ?Horst.Epp wrote:If I try to copy a directory into a project, I'm getting a Upload question from TC with a filemask and also a message box for every file copied.
How can I prevent this ?
I reloaded it from the web site but this is the same rar file I already have !Sir_SiLvA wrote:Update to the latest Version ?Horst.Epp wrote:If I try to copy a directory into a project, I'm getting a Upload question from TC with a filemask and also a message box for every file copied.
How can I prevent this ?
![]()
see http://ghisler.ch/board/viewtopic.php?p=50996#50996
were this was already discussed