Age | Commit message (Collapse) | Author | Files | Lines |
|
dir creation of media/streaming.
refs #868
|
|
|
|
refs #864
|
|
|
|
|
|
|
|
|
|
This version uses getops instead of position based.
-d delay
-c channel
-n transmitter #
-s key to send after the channel, like Enter
|
|
- 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
|
|
|
|
the tuner status from being displayed in the output
|
|
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
|
|
remove lh_message and msg_osd.py
|
|
on install. This was needed to make sure it gets installed on upgrades after the --dbonly insert via pacman
|
|
|
|
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.
|
|
- add ability to reconstruct /etc/fstab and dir structure based off the contents of /etc/storage.d
|
|
layout working
|
|
|
|
|
|
install. Will work later to fix the problem instead of avoiding it.
|
|
they start. This allows them to be moved out of the way with the mouse. Should not cause any focus problems
|
|
# 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
|
|
/data/storage/disk0{media|systembackups}
|
|
This was done incase /data moves to it's own partition
|
|
|
|
- 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
|
|
starting/restarting/stopping mythbackend
|
|
|
|
present to 0. This prevents a pacman install from saying something about errors
|
|
|
|
|
|
~/.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/
|
|
to enhanced.
add checks to set_windowmanager to check that the wm is valid and that the style is valid
|
|
|
|
|
|
frontend is started.
minor fix with determining the window manager
|
|
rename xmsg.py to msg_osd.py
change diskspace.sh to use msg_client.py
|
|
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
|
|
-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
|
|
|
|
|
|
own file.
refs #830
|
|
|
|
- add lh_message.sh
- Move OSD stuff out of linHES-session and instead have it call lh_message.sh
- add switch_web.sh
|
|
|
|
version and set startcmd.
|
|
firstboot.sh comment out try smolt
fluxbox: update shortcut for help command to use -H instead of -h
|
|
Conflicts:
abs/core/LinHES-system/PKGBUILD
|
|
-silence the grep for osd
|