User(s) browsing this thread: 1 Guest(s)
|
Oversight Jukebox r571-stable
|
|
09-07-2009, 03:38 PM
(This post was last modified: 09-07-2009 03:39 PM by SonOfTux.)
|
|||
|
|||
|
RE: Oversight Jukebox V20090905-1b - with dynamic genre menus - more pull-downs to come..
Hi lordy,
just a small suggestion in the sed command you you to compress the shell scripts. By changing sed -r "s/^[ ]+/ /;/^ #/ {s/.*//};/^#[^!]/ {s/.*//};/^$/ {s/.*//}" catalog.sh.full > catalog.sh to sed -r "s/^[ ]+/ /;/^ #/ {s/.*//};/^#[^!]/ {s/.*//};/^$/ d" catalog.sh.full > catalog.sh you can get rid of all the blank lines from the output, which will probably speed up the execution speed slightly and further reduce memory overhead (Unless they're needed for some reason )
|
|||
|
« Next Oldest | Next Newest »
|

Twitter
Facebook
NMT Wiki
Search
Member List
Help
A-400 [13 May 2013]



(Unless they're needed for some reason
)



![[+]](images/collapse_collapsed.gif)