|
Forum List
>
Café LA
>
Topic
naming conventionsPosted by Mark19
Its an OSX thing not a FCP one. All about paths. Often times the OS will insert a wild character into a space so to alleviate that potential problem leave out the spaces. Works for me.
Shane Ross's excellent DVD on Organizing in FCP covers naming conventions. Google will bring up a few tips too. Michael Horton -------------------
Even more specifically... it's a Windows thing.
Windows is MUCH more sensitive to file name letters than mac ever was. Specifically with spaces... they were a huge problem. hence, the "underscore" to fill in the spaces. Mac seemed to handle the spaces OK, but would sometimes choke on the "/" or "." . Finally, in the early days of NLE's where you often created an EDL rather than just uprez a sequence, most EDL's could only handle SIX letters. Everything after that just disappeared. Bottom line, use a "universal" filename structure that can be read cross platform and you'll never get hurt. That usually means NO spaces, ".", "/", and if you want a separator, use an underscore. Mark
These are really the "never use these in a filename" ones, especially no "." as the first character of a file name. A "." at that first position tells the OS that this is an invisible file - could lead to some confusion. Any other position of a "." could mean that the following parts are interpreted as file extension - this might lead to some confusion as well. No "/" as it means a folder/file path - confusing too. Also avoid "!" (again especially as first char) or things like that, those characters do have special meanings with Unix (and Windows as well). Just keep the names within characters from "A-Z", "0-9" and "_, -" Andreas
I have to disagree that you have to use underscores in OSX. I never use underscore separators unless I am porting to a PC at some stage and am unsure what system they are on.
I just went to my current capture scratch and found the longest file name - it was 43 letters and spaces. No problems here with random insertion of letters in the spaces on about a terrabyte of current captures. I don't ever use ? ! . or /, though, because of the Unix thing. Could it be that this is a left-over furfy? ![]()
Yeah...I am with Jude. Unless you are moving to a PC sometime in the future (network / render farm / transferring the project / etc), you don't need underscores or periods. I do it just for longevity. I figure if anyone needs to open my project on a PC and I am not available, it helps the next guy.
Also...depending on your file sharing, I wouldn't make the names too long especially if they are being transferred over a network. Keep it the old stand-by "8 dot 3" naming convention (iamalive.mov) When life gives you dilemmas...make dilemmanade. ![]()
I do use spaces because the underscore slows down my typing and also makes a bit more clutter in the Browser and OS. But when I do have to send files, unless I'm sending hundreds of them, I can always make a copy and then rename that, replacing spaces with underscores. Or do what Mike does. Zipping the file creates a copy, so you can conform that .zip file to those restrictions.
![]() www.derekmok.com
Jude,
Apparently you've never heard of ride-on lawnmower racing. Even in Australia they have their own league. [www.geocities.com] Of course, the league in Britian is much more established, organized, and predates the colonies by hundreds of years. ![]() [www.blmra.co.uk] So, they might just give that Ferrari of yours a run for the money! ("dots" or not!) Mark
But it's so crazy - here we have a system that can use (off the top of my head) up to 255 characters including spaces without trouble, but no-one does, just in case it needs to go to the dumbest of dumb PC where you can only have eight characters, a dot and another three specified characters.
Make those buggers upgrade, I say! ![]()
You will very much most likely run into problems if your chosen filename has a space in it if you ever have to interact with that filename in a pure (traditional) Unix environment where a space in a filename is a definite no-no. Any native Unix command that accepts filenames as parameters will interpret the space as another filename and not part of the intended filename.
Worked as a system admin for several years in assorted Unix environments (early PWB, BSD, System 3-5-7, Interactive, HP-UX, SCO). Just go into terminal mode and run assorted commands such at ls, cp, etc. with a pipe "|" to another command to see how quickly things go awry... I guess the message is that I would not recommend using spaces in filenames...period...no pun intended...lol... I just wish I knew as much about FCP as I do about Unix et. Al. LOL... For a quick jaw dropping overview of the number of Unix varietals got to [www.levenez.com]
Hey Jimt, what do you think about Ubuntu? I have a friend who just bought a very cute little touchscreen computer that seems to use some very small variant of unix with lots of open source gear on it and I'm figuring it must be Ubuntu, since that is so light on the requirements.
Is it a good OS? ![]()
As Jimt mentioned it's not MacOs we are working on any more, it's the Mac variant of Unix - which is still called MacOs.
Sure you can type names the way you want and mostly it will work, but never name a file ".filename" as it disappear as soon you hit enter. This sometimes happens if accidently delete the file name in a save dialog. Also the the dot is used for the ".xxx" or ".xxxx" extension this was never needed in the old days of MacOs since everthing was handled by a type and creator database which was accomplished by an extension data base - in those days of Unix things have changed. Regarding the spaces and MacOs maybe some of you can remember that FCP behaved (and sometimes still does) like a brave basic Unix app: if you named your hard drives like "fw 01", "fw 02", ? and did have all of them mounted FCP didn't find find them unless you replaced the space by underscore. Another character I forgot to mention is "'" (single quote) as this is used in Unix to handle file names (the spaces as well) with quite a lot of app's (also those app which are working with XML like FCP, Motion, Color etc use it for path info). As an example "peter's drive" will be quoted internally by many apps (even on the Mac) so it will be "'peter's drive'" but this path is not valid any more because of the triple single quote, though many app may use the "escape" way of it: "peter\'s\ drive". Latter will leed to some other characters not to use: "\" (back slash), followed by "/" as this is used to structure file folder pathes, uups is this not done with the overlaying OS by ":" so it seems there is another character we should not use for other reasons. But as said in many if not most times you can type the names the way you want and everything works fine. But sometimes (and mostly when you don't need it) things go wrong. So at least keep in mind those restrictions - it will help to understand trouble when it comes along. BTW: Another good example where you have to follow naming conventions is CT (unfortunately FCP doesn't follow it ;-)) Have fun Andreas
Sorry, only registered users may post in this forum.
|
|