summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system
AgeCommit message (Collapse)AuthorFilesLines
2014-04-11LinHES-system: idle.py: add to check if mythfrontends are in menus and if ↵Britney Fransen2-5/+11
not system busy.
2014-04-07LinHES-system: mythwelcome-config.py: idleTimeoutSecs should be set a global ↵Britney Fransen3-28/+28
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 Fransen2-6/+17
2014-03-13LinHES-system: create_media_dirs.sh: change pretty dir to recordings.Britney Fransen2-3/+3
2014-03-07LinHES-system: linhes_update: check if started using mythfrontend-start just ↵Britney Fransen3-6/+27
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 Fransen5-24/+77
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 Fransen2-2/+442
2014-02-11LinHES-system: myth2mkv: use jobqueue_helper.py for myth db access. refs #958Britney Fransen3-39/+136
jobqueue_helper.py: initial inclusion.
2014-02-05LinHES-system: add idle.py to replace idle.sh. refs #958Britney Fransen5-110/+322
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 Fransen4-6/+9
around add_storage.py: add to help msg
2014-01-05LinHES-session: stop mythfilldatabase from running on new slave installs.James Meyer2-6/+15
refs #953
2014-01-02LinHES-system: update menu names in linhes-update and gen_is_xmlBritney Fransen4-9/+9
2013-12-12LinHES-system: change myth_mtc.py to run in cron hourly to run more reliably ↵Britney Fransen8-58/+68
after system is down or is busy.
2013-12-11LinHES-system: myth_status.py: add support for color levels. refs #943 #945Britney Fransen3-10/+10
remove diskspace.cron as xymon now monitors and notifies disk levels
2013-12-10LinHES-system LinHES-start: add MYTH_RUN_STATUSBritney Fransen2-2/+3
2013-12-09LinHES-system: add msg that connection to mythbackend was made. Adjust the ↵James Meyer2-3/+9
timing of the be check just a bit
2013-12-03LinHES-system: systembackupJames Meyer3-28/+55
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 Meyer2-3/+3
added -forever refs #948
2013-11-27LinHES-system: myth_status.py Add in the ability to pick up system alerts ↵James Meyer1-82/+220
which are generated by xymon. The program will look for files placed in /home/xymon/var/login_notify and parse as needed. Files are generated by xymon by the file login_notify.py which is called via alerts.cfg Also myth_status got a bit of rearranging. Now the tuner & recording status info is in a class. refs #943 refs #945
2013-11-27func/LinHES-system: Move msg.cfg from the func package to LinHES-system.James Meyer2-5/+32
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-25LinHES-system:linhes_update.sh: add pkg name to help textBritney Fransen1-0/+1
2013-11-24LinHES-system: lh_system_backup_job: update sed to only change first match ↵Britney Fransen4-9/+12
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 Fransen2-95/+66
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 Fransen6-173/+13
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 Fransen2-5/+5
2013-11-13LinHES-system: myth_status.py: fix for Myth .27. closes #937Britney Fransen2-22/+28
2013-11-12LinHES-system: lh_system_backup_job: create copy of system_backups on second ↵Britney Fransen2-4/+29
disk if it exists. closes #936.
2013-11-09LinHES-system: add_storage.py: lookup_formate for --double_myth optionBritney Fransen2-2/+3
2013-11-08LinHES-system: add_storage.py: add more explaination of what the tool is ↵Britney Fransen2-52/+85
going to do and improve help text.
2013-11-06LinHES-system: lh_backend_control.sh: update OSD messageBritney Fransen2-7/+5
2013-11-06LinHES-system: rename video_stuff to artwork. ref #935Britney Fransen3-13/+13
2013-11-05LinHES-system: add_storage.py: add fstype to conf file on install and if it ↵Britney Fransen2-66/+125
is missing add it. closes #934 other cosmetic changes and clarifications
2013-10-29LinHES-system: remove switch_web.sh. supplemental-web is defaultBritney Fransen2-32/+2
2013-10-22LinHES-system: replace pacman -f with --force as pacman 4.1 doesn't support -f.Britney Fransen2-3/+3
2013-10-01LinHES-system: misc_status_config.py: fix logging errorBritney Fransen2-3/+4
2013-09-28LinHES-system: msg_daemon.py: make bottom positions scroll the same as the ↵Britney Fransen3-15/+26
top positions
2013-09-28LinHES-system: diskspace.sh: add OSD warnings for /home and /data/srv/mysqlBritney Fransen3-15/+12
2013-09-26LinHES-system: msg_daemon.py: initial support for y padding to compensate ↵Britney Fransen2-10/+11
for displays that overscan alot.
2013-09-26LinHES-system & func: Change OSD font to OverlockBritney Fransen4-20/+28
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 Fransen3-30/+5
2013-09-25LinHES-system: remove old LinHES-system.install and add ↵Britney Fransen3-14/+4
install_canter_font.sh to system.install
2013-09-25LinHES-system & func: change msg_client.py font to CanterBritney Fransen4-6/+32
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 Fransen2-108/+37
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 Fransen2-16/+35
slide up to disappear.
2013-09-18LinHES-system: unclutter-toggle.sh: fix path to unclutter.Britney Fransen2-3/+3
2013-09-18LinHES-system: linhes_update2.sh: pacman 4.1 changed the -f option to --force.Britney Fransen3-4/+6
unclutter-toggle.sh: add osd notification.
2013-09-17LinHES-system: convert ripD_eject.sh and importfiles.sh to use msg_client.py ↵Britney Fransen3-25/+18
for OSD.
2013-09-17LinHES-system: msg_daemon.py: fix osd flash to the right before it scrolls ↵Britney Fransen3-14/+8
into place by moving osd off screen before showing
2013-09-16LinHES-system: move get_airplay_key, importfile.sh, myth2mkv, myth2mp3, and ↵Britney Fransen6-4/+688
ripD_eject.sh from linhes-scripts