Overall was very easy to configure, didn't time how fast the script took or count how many sheets I have. But was defiantly an improvement. I also would like to speed up the wall browsing, anyone think if I lower the moviesheet file size I would notice a difference?
Not 100% on the msheets folder but does that get repopulated every boot or maintenance should I clear it after awhile when movies are no longer there?
Noob Step by step for implementing new fast linksheet scriptGoing to need PuTTY.exe so download and run that, use Telnet not SSH. username is root and no password.
create an linksheets file:
- Code: Select all
cd /conf
touch linksheets.pl
next, make it executable:
- Code: Select all
dos2unix /conf/linksheets.pl
chmod a+x /conf/linksheets.pl
edit file:
- Code: Select all
nano linksheets.pl
copy new script into file editor by right clicking, Ctrl+x to save and exit. Shift+Y to confirm save.
create S00user-script:
- Code: Select all
touch S00user-script
edit script:
- Code: Select all
nano s00user-script
copy this code into script editor:
- Code: Select all
#!/bin/sh
chmod a+x /conf/linksheets.pl
mount --bind /conf/linksheets.pl /usr/bin/linksheets
Ctrl+x to save and exit and Shift+Y for confirm
make executable:
- Code: Select all
dos2unix /conf/S00user-script
chmod a+x /conf/S00user-script
clear any preexisting sheets:
- Code: Select all
rm -rf msheets/
save and reboot:
- Code: Select all
config_tool -s && reboot