Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-11-25 | LinHES-system: gen_game_xml.py & gen_lib_xml.py: add all .conf snippets not ↵ | Britney Fransen | 3 | -7/+11 | |
just the last | |||||
2014-11-20 | LinHES-system: mythvidexport.py: update to v0.7.6 | Britney Fransen | 2 | -53/+51 | |
2014-11-02 | LinHES-system: lh_system_job: add some excludes | Britney Fransen | 3 | -9/+15 | |
cacheclean: adjust pacman cache dir | |||||
2014-09-26 | LinHES-system: myth_mtc.py: remove items from inuseprograms that are older ↵ | Britney Fransen | 2 | -4/+14 | |
than 4 hours mythtv housekeeper does this daily, but sometimes that isn't often enough for the mtc script | |||||
2014-08-17 | LinHES-system: add idle check for Standby mode in idle.py | James Meyer | 2 | -6/+15 | |
If Standby mode is detected the it's assumed the FE is idle. | |||||
2014-05-14 | LinHES-system: idle.py: add option to check user logins. closes #969 | Britney Fransen | 2 | -12/+39 | |
2014-04-11 | LinHES-system: idle.py: add to check if mythfrontends are in menus and if ↵ | Britney Fransen | 2 | -5/+11 | |
not system busy. | |||||
2014-04-07 | LinHES-system: mythwelcome-config.py: idleTimeoutSecs should be set a global ↵ | Britney Fransen | 3 | -28/+28 | |
and check if setting doesn't exist LinHES-session: don't run mythwelcome-config.py on every boot, just first. | |||||
2014-04-06 | LinHES-system: LinHES-session: stop plymouthd. refs #891 | Britney Fransen | 2 | -6/+17 | |
2014-03-13 | LinHES-system: create_media_dirs.sh: change pretty dir to recordings. | Britney Fransen | 2 | -3/+3 | |
2014-03-07 | LinHES-system: linhes_update: check if started using mythfrontend-start just ↵ | Britney Fransen | 3 | -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-19 | LinHES-config, system & templates: recompiled after merge to get all changes ↵ | James Meyer | 1 | -1/+1 | |
into the pkg | |||||
2014-02-13 | LinHES-system: lh_system_host_update: add Notify option that calls ↵ | Britney Fransen | 5 | -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-11 | LinHES-system: mythvidexport.py: initial inclusion | Britney Fransen | 2 | -2/+442 | |
2014-02-11 | LinHES-system: myth2mkv: use jobqueue_helper.py for myth db access. refs #958 | Britney Fransen | 3 | -39/+136 | |
jobqueue_helper.py: initial inclusion. | |||||
2014-02-05 | LinHES-system: add idle.py to replace idle.sh. refs #958 | Britney Fransen | 5 | -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-22 | LinHES-system: system.install pre_upgrade stop msg_daemon so it doesn't hang ↵ | Britney Fransen | 4 | -6/+9 | |
around add_storage.py: add to help msg | |||||
2014-01-05 | LinHES-session: stop mythfilldatabase from running on new slave installs. | James Meyer | 2 | -6/+15 | |
refs #953 | |||||
2014-01-02 | LinHES-system: update menu names in linhes-update and gen_is_xml | Britney Fransen | 4 | -9/+9 | |
2013-12-12 | LinHES-system: change myth_mtc.py to run in cron hourly to run more reliably ↵ | Britney Fransen | 8 | -58/+68 | |
after system is down or is busy. | |||||
2013-12-11 | LinHES-system: myth_status.py: add support for color levels. refs #943 #945 | Britney Fransen | 3 | -10/+10 | |
remove diskspace.cron as xymon now monitors and notifies disk levels | |||||
2013-12-10 | LinHES-system LinHES-start: add MYTH_RUN_STATUS | Britney Fransen | 2 | -2/+3 | |
2013-12-09 | LinHES-system: add msg that connection to mythbackend was made. Adjust the ↵ | James Meyer | 2 | -3/+9 | |
timing of the be check just a bit | |||||
2013-12-03 | LinHES-system: systembackup | James Meyer | 3 | -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-03 | LinHES-system: fix for x11vnc only sticking around for one session | James Meyer | 2 | -3/+3 | |
added -forever refs #948 | |||||
2013-11-27 | LinHES-system: myth_status.py Add in the ability to pick up system alerts ↵ | James Meyer | 1 | -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-27 | func/LinHES-system: Move msg.cfg from the func package to LinHES-system. | James Meyer | 2 | -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-25 | LinHES-system:linhes_update.sh: add pkg name to help text | Britney Fransen | 1 | -0/+1 | |
2013-11-24 | LinHES-system: lh_system_backup_job: update sed to only change first match ↵ | Britney Fransen | 4 | -9/+12 | |
for status description linhes_update: add some description texts and update some osd msgs | |||||
2013-11-20 | LinHES-system: add_storage.py: add music storage group. refs #941. | Britney Fransen | 2 | -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-16 | LinHES-system: misc_status_info.sh: fix log parsing. closes #939. refs #933. | Britney Fransen | 6 | -173/+13 | |
remove myth .24 detection remove LinHES-run as it isn't used anymore and was replaced by LinHES-session | |||||
2013-11-14 | LinHES-system: myth_status.py: remove padding for upcoming recordings | Britney Fransen | 2 | -5/+5 | |
2013-11-13 | LinHES-system: myth_status.py: fix for Myth .27. closes #937 | Britney Fransen | 2 | -22/+28 | |
2013-11-12 | LinHES-system: lh_system_backup_job: create copy of system_backups on second ↵ | Britney Fransen | 2 | -4/+29 | |
disk if it exists. closes #936. | |||||
2013-11-09 | LinHES-system: add_storage.py: lookup_formate for --double_myth option | Britney Fransen | 2 | -2/+3 | |
2013-11-08 | LinHES-system: add_storage.py: add more explaination of what the tool is ↵ | Britney Fransen | 2 | -52/+85 | |
going to do and improve help text. | |||||
2013-11-06 | LinHES-system: lh_backend_control.sh: update OSD message | Britney Fransen | 2 | -7/+5 | |
2013-11-06 | LinHES-system: rename video_stuff to artwork. ref #935 | Britney Fransen | 3 | -13/+13 | |
2013-11-05 | LinHES-system: add_storage.py: add fstype to conf file on install and if it ↵ | Britney Fransen | 2 | -66/+125 | |
is missing add it. closes #934 other cosmetic changes and clarifications | |||||
2013-10-29 | LinHES-system: remove switch_web.sh. supplemental-web is default | Britney Fransen | 2 | -32/+2 | |
2013-10-22 | LinHES-system: replace pacman -f with --force as pacman 4.1 doesn't support -f. | Britney Fransen | 2 | -3/+3 | |
2013-10-01 | LinHES-system: misc_status_config.py: fix logging error | Britney Fransen | 2 | -3/+4 | |
2013-09-28 | LinHES-system: msg_daemon.py: make bottom positions scroll the same as the ↵ | Britney Fransen | 3 | -15/+26 | |
top positions | |||||
2013-09-28 | LinHES-system: diskspace.sh: add OSD warnings for /home and /data/srv/mysql | Britney Fransen | 3 | -15/+12 | |
2013-09-26 | LinHES-system: msg_daemon.py: initial support for y padding to compensate ↵ | Britney Fransen | 2 | -10/+11 | |
for displays that overscan alot. | |||||
2013-09-26 | LinHES-system & func: Change OSD font to Overlock | Britney Fransen | 4 | -20/+28 | |
msg_client.py: if cmd is --print_list wait 1s for data to be returned from msg_daemon | |||||
2013-09-26 | LinHES-system: Change default OSD font to Overlock. | Britney Fransen | 3 | -30/+5 | |
2013-09-25 | LinHES-system: remove old LinHES-system.install and add ↵ | Britney Fransen | 3 | -14/+4 | |
install_canter_font.sh to system.install | |||||
2013-09-25 | LinHES-system & func: change msg_client.py font to Canter | Britney Fransen | 4 | -6/+32 | |
LinHES-system: install_canter_font.sh: added to install Canter font | |||||
2013-09-23 | LinHES-system: LinHES-session: clean up and remove old commented out ↵ | Britney Fransen | 2 | -108/+37 | |
sections and add status logging for some functions. |