summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system/PKGBUILD
AgeCommit message (Collapse)AuthorFilesLines
2014-04-11LinHES-system: idle.py: add to check if mythfrontends are in menus and if ↵Britney Fransen1-2/+2
not system busy.
2014-04-07LinHES-system: mythwelcome-config.py: idleTimeoutSecs should be set a global ↵Britney Fransen1-3/+3
and check if setting doesn't exist LinHES-session: don't run mythwelcome-config.py on every boot, just first.
2014-04-06LinHES-system: LinHES-session: stop plymouthd. refs #891Britney Fransen1-3/+3
2014-03-13LinHES-system: create_media_dirs.sh: change pretty dir to recordings.Britney Fransen1-2/+2
2014-03-07LinHES-system: linhes_update: check if started using mythfrontend-start just ↵Britney Fransen1-3/+3
kill mythfrontend mythfrontend-start is started from mythwelcome and if USR1 is used it ends mythfrontend-start which causes mythwelcome to accept remote commands and multiple mythfrontends will try to be started.
2014-02-19LinHES-config, system & templates: recompiled after merge to get all changes ↵James Meyer1-1/+1
into the pkg
2014-02-13LinHES-system: lh_system_host_update: add Notify option that calls ↵Britney Fransen1-5/+5
linhes_update.sh. refs #959 linhes_update.sh: add -s option to silence OSD. Add sed to show and hide message in LH theme. linhes_update2.sh: add sed to hide message in LH theme.
2014-02-11LinHES-system: mythvidexport.py: initial inclusionBritney Fransen1-2/+3
2014-02-11LinHES-system: myth2mkv: use jobqueue_helper.py for myth db access. refs #958Britney Fransen1-3/+4
jobqueue_helper.py: initial inclusion.
2014-02-05LinHES-system: add idle.py to replace idle.sh. refs #958Britney Fransen1-5/+5
update myth_mtc.py to use idle.py. update mythwelcome-config.py to update the db to use idle.py and run mythwelcome-config.py on install
2014-01-22LinHES-system: system.install pre_upgrade stop msg_daemon so it doesn't hang ↵Britney Fransen1-3/+3
around add_storage.py: add to help msg
2014-01-05LinHES-session: stop mythfilldatabase from running on new slave installs.James Meyer1-2/+2
refs #953
2014-01-02LinHES-system: update menu names in linhes-update and gen_is_xmlBritney Fransen1-4/+4
2013-12-12LinHES-system: change myth_mtc.py to run in cron hourly to run more reliably ↵Britney Fransen1-8/+9
after system is down or is busy.
2013-12-11LinHES-system: myth_status.py: add support for color levels. refs #943 #945Britney Fransen1-5/+3
remove diskspace.cron as xymon now monitors and notifies disk levels
2013-12-10LinHES-system LinHES-start: add MYTH_RUN_STATUSBritney Fransen1-2/+2
2013-12-09LinHES-system: add msg that connection to mythbackend was made. Adjust the ↵James Meyer1-2/+2
timing of the be check just a bit
2013-12-03LinHES-system: systembackupJames Meyer1-3/+3
lh_system_backup_job. Fix sed problem when adjusting the meny xml . Changed > to -gt to force bash int test instead of string add timestamps to myth_mtc.py and general cleanup
2013-12-03LinHES-system: fix for x11vnc only sticking around for one sessionJames Meyer1-2/+2
added -forever refs #948
2013-11-27func/LinHES-system: Move msg.cfg from the func package to LinHES-system.James Meyer1-5/+9
This was done because msg.cfg is used by msg_daemon which is in LinHES-system. msg.cfg is also used by the func module msg.py, but msg.py calls msg_client/msg_deamon.
2013-11-24LinHES-system: lh_system_backup_job: update sed to only change first match ↵Britney Fransen1-4/+4
for status description linhes_update: add some description texts and update some osd msgs
2013-11-20LinHES-system: add_storage.py: add music storage group. refs #941.Britney Fransen1-2/+2
Combine frontend SG and backend SG to all SGs or none. --add_sg option is new and is recognized in normal operation.
2013-11-16LinHES-system: misc_status_info.sh: fix log parsing. closes #939. refs #933.Britney Fransen1-8/+7
remove myth .24 detection remove LinHES-run as it isn't used anymore and was replaced by LinHES-session
2013-11-14LinHES-system: myth_status.py: remove padding for upcoming recordingsBritney Fransen1-2/+2
2013-11-13LinHES-system: myth_status.py: fix for Myth .27. closes #937Britney Fransen1-2/+2
2013-11-12LinHES-system: lh_system_backup_job: create copy of system_backups on second ↵Britney Fransen1-2/+2
disk if it exists. closes #936.
2013-11-09LinHES-system: add_storage.py: lookup_formate for --double_myth optionBritney Fransen1-2/+2
2013-11-08LinHES-system: add_storage.py: add more explaination of what the tool is ↵Britney Fransen1-2/+2
going to do and improve help text.
2013-11-06LinHES-system: lh_backend_control.sh: update OSD messageBritney Fransen1-2/+2
2013-11-06LinHES-system: rename video_stuff to artwork. ref #935Britney Fransen1-3/+3
2013-11-05LinHES-system: add_storage.py: add fstype to conf file on install and if it ↵Britney Fransen1-2/+2
is missing add it. closes #934 other cosmetic changes and clarifications
2013-10-29LinHES-system: remove switch_web.sh. supplemental-web is defaultBritney Fransen1-3/+2
2013-10-22LinHES-system: replace pacman -f with --force as pacman 4.1 doesn't support -f.Britney Fransen1-2/+2
2013-10-01LinHES-system: misc_status_config.py: fix logging errorBritney Fransen1-2/+2
2013-09-28LinHES-system: msg_daemon.py: make bottom positions scroll the same as the ↵Britney Fransen1-2/+2
top positions
2013-09-28LinHES-system: diskspace.sh: add OSD warnings for /home and /data/srv/mysqlBritney Fransen1-3/+3
2013-09-26LinHES-system: msg_daemon.py: initial support for y padding to compensate ↵Britney Fransen1-2/+2
for displays that overscan alot.
2013-09-26LinHES-system & func: Change OSD font to OverlockBritney Fransen1-3/+3
msg_client.py: if cmd is --print_list wait 1s for data to be returned from msg_daemon
2013-09-26LinHES-system: Change default OSD font to Overlock.Britney Fransen1-6/+4
2013-09-25LinHES-system: remove old LinHES-system.install and add ↵Britney Fransen1-1/+1
install_canter_font.sh to system.install
2013-09-25LinHES-system & func: change msg_client.py font to CanterBritney Fransen1-3/+5
LinHES-system: install_canter_font.sh: added to install Canter font
2013-09-23LinHES-system: LinHES-session: clean up and remove old commented out ↵Britney Fransen1-2/+2
sections and add status logging for some functions.
2013-09-18LinHES-system: msg_daemon.py: make top slots slide down from the top and ↵Britney Fransen1-2/+2
slide up to disappear.
2013-09-18LinHES-system: unclutter-toggle.sh: fix path to unclutter.Britney Fransen1-2/+2
2013-09-18LinHES-system: linhes_update2.sh: pacman 4.1 changed the -f option to --force.Britney Fransen1-3/+3
unclutter-toggle.sh: add osd notification.
2013-09-17LinHES-system: convert ripD_eject.sh and importfiles.sh to use msg_client.py ↵Britney Fransen1-3/+3
for OSD.
2013-09-17LinHES-system: msg_daemon.py: fix osd flash to the right before it scrolls ↵Britney Fransen1-3/+3
into place by moving osd off screen before showing
2013-09-16LinHES-system: move get_airplay_key, importfile.sh, myth2mkv, myth2mp3, and ↵Britney Fransen1-4/+10
ripD_eject.sh from linhes-scripts
2013-09-16LinHES-system: stop_xss.sh: google-chrome replaces chromiumBritney Fransen1-2/+2
2013-09-16LinHES-system: move stop_xss.sh from linhes-scripts.Britney Fransen1-2/+3
remove stop_xss.sh from linhes-scripts. Remove linhes-scripts as a dep of web-on-linhes and xbmc.