summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system/PKGBUILD
AgeCommit message (Collapse)AuthorFilesLines
2012-12-01LinHES-system: added gen_game_xml.py This should be used to modify mythtv ↵James Meyer1-2/+4
game.xml
2012-11-10LinHES-system: add_storage.py add the Streaming storage group and also the ↵James Meyer1-3/+3
dir creation of media/streaming. refs #868
2012-11-09LinHES-session: Set fluxbox to the default WM. previously it was undefined.James Meyer1-2/+2
2012-11-03LinHES-system: add gen_light_include.pyJames Meyer1-3/+7
refs #864
2012-10-28LinHES-session: remove .configure even for FE only machinesJames Meyer1-1/+1
2012-10-13LinHES-system: write mtc log file into /var/log/$DATEJames Meyer1-1/+1
2012-10-11LinHES-system: suppress myth_status when sourcing profileJames Meyer1-1/+1
2012-10-11certmaster, lighttpd,linhes-scripts,linhes-system,mythtv,xymon: fix logrotationJames Meyer1-3/+3
2012-10-11LinHES-system: more work with change_channel.shJames Meyer1-2/+2
This version uses getops instead of position based. -d delay -c channel -n transmitter # -s key to send after the channel, like Enter
2012-10-09LinHES-system: set_windowmanager, change_channelJames Meyer1-3/+6
- set_windowmanager now sets the database when default is selected. - included new change_channel scripts that work in conjuction with /etc/systemconfig Instead of hardcoding the value of the remote name, it's dynamic selected from /etc/systemconfig. The transmitter number matchs the blaster proto number. change_channel.sh transmitter cmd change_channel.sh 1 12 #Change channel to 12 using transmitter 1
2012-10-01LinHES-system: cleaned up install file and moved sudo rules to their own file.James Meyer1-7/+20
2012-09-29LinHES-system: MYTH_RUN_STATUS="1" for backup and restore. This prevents ↵James Meyer1-3/+3
the tuner status from being displayed in the output
2012-09-27LinHES-system: add the ability to view the msg queueJames Meyer1-3/+3
msg_client.py is used to add,remove, or list items in the queue of messages that will be displayed on screen. Optionaly messages can be given an identifier or "tag". This identifier does not have to be unique. Items are processed in the order they arrive, based off their slot number. The lowest slot number will be displayed first. After the message is displayed it is removed from the queue. ADD: To add items to the queue: msg_client.py --msg "My first message" --tag "tag1" REMOVE: Removing items are based off the tag. To remove all items from the queue that match the tag "tag1": msg_client.py --clear --tag tag1 To remove all items from the queue: msg_client.py --clear Listing items in the queue or to get the total count: msg_client.py --print_list > ------------- > msg : slot 1 > slot : 1 > cmd : msg > tag : None > timeout : None To immediately stop displaying the current message, use the kill command. msg_client.py --kill
2012-09-27LinHES-system: adjust for the new msg_client syntaxJames Meyer1-11/+9
remove lh_message and msg_osd.py
2012-09-23LinHES-system: install_supplemental_service.sh explictly update xymonserver ↵James Meyer1-2/+2
on install. This was needed to make sure it gets installed on upgrades after the --dbonly insert via pacman
2012-09-21LinHES-system, supplmental-web,xymon: renable and fix restore_job from webJames Meyer1-3/+3
2012-09-20LinHES-system: set_windowmanager.sh add_storage.pyJames Meyer1-4/+4
add_storage.py: fix xfs formats, also redo saving of system_drive_list. Previously it would write the full list before processing any drives, now it writes the known list one drive ata time store database values when calling set_windowmanger.sh manually.
2012-09-10LinHES-system: add_storage.py new featuresJames Meyer1-4/+4
- add ability to reconstruct /etc/fstab and dir structure based off the contents of /etc/storage.d
2012-09-09LinHES-config/system/install: first checkin to get 5 partition upgrade ↵James Meyer1-4/+4
layout working
2012-09-04mythdb-initial and LinHES-system: adjust location of mythtv backups in the DB.James Meyer1-2/+2
2012-09-04recompile for merged changesJames Meyer1-1/+1
2012-09-03LinHES-system: comment out the install file because it fails during the ↵James Meyer1-3/+3
install. Will work later to fix the problem instead of avoiding it.
2012-09-02LinHES-system: enhanced mode remove fullscreen from mythtv windows when ↵James Meyer1-3/+3
they start. This allows them to be moved out of the way with the mouse. Should not cause any focus problems
2012-09-02Merge remote-tracking branch 'origin/testing' into testingJames Meyer1-3/+13
# By Britney Fransen (5) and others # Via Britney Fransen * origin/testing: LinHES-system: Add scripts for misc status in MythWeb. closes #845. linhes-scripts: tweak myth2mkv. Update version to 0.25-004 dvb-firmware: add xc5000c firmware. change xc5000 modprobe options. closes #844 v4l-dvb: update to snapshot from 20120828. refs #844 LinHES-system: update myth_status.py to work with tuners in error. closes #843 curlftpfs: Initial Inclusion. linhes-scripts: minor changes to myth2mkv mythtv:Bumped to latest fixes. Added ./configure items to close #842. LinHES-config:7.4 rdt 9th anniversary release. Conflicts: abs/core/LinHES-config/LinHES-release abs/core/LinHES-config/PKGBUILD abs/core/LinHES-system/PKGBUILD abs/core/linhes-scripts/PKGBUILD abs/core/linhes-scripts/myth2mkv abs/core/mythtv/stable-0.25/mythtv/PKGBUILD
2012-09-02LinHES-system: changed dir layout to the new proposed layout of ↵James Meyer1-4/+4
/data/storage/disk0{media|systembackups}
2012-08-31moved wmaker_data and e16_themes settings to /usr/share/wm_data.James Meyer1-5/+5
This was done incase /data moves to it's own partition
2012-08-28missed pkgbuild md5 updateJames Meyer1-1/+1
2012-08-27LinHES-system: new features for add_storage.pyJames Meyer1-4/+6
- now writes out conf files in /etc/storage.d for each disk that it adds. These files will be used to determine nfs & smb shares - enabled the autoadding of the disk to storage groups - added --double_myth. This option is used to find the third partiton of the install drive and treat it like any other storage auto_added. The one thing it does differently is that no format/reparition take place
2012-08-26LinHES-system: add lh_backend_control.sh Wrapper script for the ↵James Meyer1-1/+2
starting/restarting/stopping mythbackend
2012-08-26LinHES-system: create_media_dirs.sh add tv/liveJames Meyer1-1/+1
2012-08-25LinHES-system: gen_is/lib_xml change exit code when conf files are not ↵James Meyer1-2/+2
present to 0. This prevents a pacman install from saying something about errors
2012-08-25LinHES-session: remove calling of dtheme.shJames Meyer1-1/+1
2012-08-24linhes-system: missed some conversions from mythvantage ->enhancedJames Meyer1-2/+2
2012-08-23LinHES-system: added gen_lib_xml.py. This is similiar to gen_is_xml.pyJames Meyer1-3/+5
~/.mythtv/library.xml is created by reading /usr/share/mythtv/themes/defaultmenutheme/library.xml and merges it with the snippets found in /etc/gen_lib_xml.d/
2012-08-23LinHES-config/LinHES-system: set_windowmanager.sh rename mythvantage style ↵James Meyer1-1/+1
to enhanced. add checks to set_windowmanager to check that the wm is valid and that the style is valid
2012-08-22LinHES-config: diskspace.sh fix stupid typo mixing ' "James Meyer1-1/+1
2012-08-22LinHES-system: unclutter moved to /usr/binJames Meyer1-1/+1
2012-08-22LinHES-system: add ability to run files from /etc/X11/autostart when the ↵James Meyer1-6/+5
frontend is started. minor fix with determining the window manager
2012-08-22LinHES-system: cleanup of the osd system.James Meyer1-4/+4
rename xmsg.py to msg_osd.py change diskspace.sh to use msg_client.py
2012-08-21LinHES-system: added gen_is_xml.py.James Meyer1-3/+6
This is used to generate the internet_streams xml file. gen_is.xml should never be hand edited. Instead edit the files in /etc/gen_is_xml.d
2012-08-15LinHES-system:James Meyer1-12/+16
-updated for python2 -removed firstboot -added msg_client and msg_daemon -moved displaying help to later in the seq. LinHES-session now uses msg_client
2012-08-09linhes-system: removed .install scriptJames Meyer1-2/+2
2012-08-07LinHES-system, removed runit-scriptsJames Meyer1-2/+3
2012-05-15LinHES-system: make fluxbox use the updated startup path and not use it's ↵James Meyer1-3/+3
own file. refs #830
2012-05-15LinHES-system: add warning about LinHES-run and it's pending removalJames Meyer1-2/+2
2012-05-12LinHES-system: couple things here, but mostly fix the osd message systemJames Meyer1-3/+5
- add lh_message.sh - Move OSD stuff out of linHES-session and instead have it call lh_message.sh - add switch_web.sh
2012-05-01LinHES-system: LinHES-session: check installed mythtv version and set startcmd.Britney Fransen1-2/+2
2012-05-01LinHES-system: LinHES-run & mythfrontend-start: check installed mythtv ↵Britney Fransen1-3/+3
version and set startcmd.
2012-04-26LinHES-system: update mythfrontend-start to use syslogJames Meyer1-3/+3
firstboot.sh comment out try smolt fluxbox: update shortcut for help command to use -H instead of -h
2012-04-15Merge branch 'testing' of git@linhes.org:linhes_pkgbuild into testingJames Meyer1-9/+17
Conflicts: abs/core/LinHES-system/PKGBUILD