Feature Request:
On our computer the path to our audio files is usually something like
C:\Documents and Settings\username\My Documents\Nameoftheshow\audiofile.mp3
In the SCS Editor the beginning of the path shows and the end gets cut off due to screen space restraints. Unfortunately the beginning of the path is fairly useless information and the end of the path is the important information. Is it possible to show the end of the path rather than the beginning?
Thanks
show the end of the file path not the beginning
-
- Posts: 21
- Joined: Sat May 02, 2009 11:13 am
- Location: Brooklyn, NY
- Contact:
-
- Site Admin
- Posts: 3630
- Joined: Sun Jul 24, 2005 8:58 am
- Location: Brisbane, Queensland, Australia. TZ:GMT+10
- Contact:
Re: show the end of the file path not the beginning
If you have all your required audio files in the show's folder then save your cue file (the .scs file) to the same folder, eg as:
C:\Documents and Settings\username\My Documents\Nameoftheshow\Nameoftheshow.scs
By doing this, the editor will then display filenames like this:
$(Cue)\anyoldfile.wav
So in this example, $(Cue) is displayed instead of C:\Documents and Settings\username\My Documents\Nameoftheshow
C:\Documents and Settings\username\My Documents\Nameoftheshow\Nameoftheshow.scs
By doing this, the editor will then display filenames like this:
$(Cue)\anyoldfile.wav
So in this example, $(Cue) is displayed instead of C:\Documents and Settings\username\My Documents\Nameoftheshow
-
- Posts: 21
- Joined: Sat May 02, 2009 11:13 am
- Location: Brooklyn, NY
- Contact:
Re: show the end of the file path not the beginning
Thanks Mike!