LinHES Forums http://forums.linhes.org/ |
|
/myth/prettya? http://forums.linhes.org/viewtopic.php?f=21&t=20988 |
Page 1 of 1 |
Author: | Too Many Secrets [ Thu Apr 08, 2010 10:30 am ] |
Post subject: | /myth/prettya? |
anyone have this directory? is this something new with the pretty script? I now have a pretty and prettya... whatsup? Code: #!/bin/bash
#!/bin/bash if [ -f /usr/share/mythtv/contrib/user_jobs/mythlink.pl ] then su - mythtv -c "perl /usr/share/mythtv/contrib/user_jobs/mythlink.pl --link /myth/pretty" elif [ -f /usr/share/mythtv/contrib/user_jobs/mythrename.pl ] then su - mythtv -c "perl /usr/share/mythtv/contrib/user_jobs/mythrename.pl --link /myth/pretty"a fi |
Author: | brfransen [ Thu Apr 08, 2010 10:57 am ] |
Post subject: | |
Looks like it was fixed: http://www.linhes.org/bugs/projects/lin ... 7a15cbde45 Britney |
Author: | Too Many Secrets [ Sun Apr 11, 2010 9:14 pm ] |
Post subject: | |
OK the above pretty file appears unchanged and still has the "a" even after the pacman update. Am I just OK to just delete the superfluous "a", move the /myth/prettya symlinks to /myth/pretty? and delete the /myth/prettya directory? |
Author: | brfransen [ Mon Apr 12, 2010 10:59 am ] |
Post subject: | |
The file should be: Code: #!/bin/bash
if [ -f /usr/share/mythtv/contrib/user_jobs/mythlink.pl ] then su - mythtv -c "perl /usr/share/mythtv/contrib/user_jobs/mythlink.pl --link /myth/pretty" elif [ -f /usr/share/mythtv/contrib/user_jobs/mythrename.pl ] then su - mythtv -c "perl /usr/share/mythtv/contrib/user_jobs/mythrename.pl --link /myth/pretty" fi Delete the prettya dir and then run pretty again or let the cron job run it to re-populate the pretty directory. Britney |
Page 1 of 1 | All times are UTC - 6 hours |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |