Here are the latest ideas about Mythbuntu that have been approved.
Ability to change x/y offset and scaling as a Playback Group for sports!
Written by storyid the 8 Jun 09 at 00:36.
Category: Additional software.
New
Currently, you can change the MythTV playback settings to adjust the x/y offsets and scale. This is great, particularly for sports that you record, because then you can scale and adjust the screen when you playback so you don't see scores of other games going on. Imagine a scenario where you are recording two games at once...you want to watch one, but not see the scores along the bottom (or top, or side) of the screen to ruin it for you. You can do this by scaling, but it would be GREAT if you could do this on the fly in a Playback Group instead of having to go and manually set the preferences before you watch it, and then change it back after you watch the show before you watch something else, in the settings.
This would have other applications besides just sports, imagine you didn't want to see ads show up at the bottom of your shows (advertisers and networks are starting to do this), or if you didn't want to see election results on election night, or any number of other reasons.
Thank you for your consideration.
Ian Story
Disable the tv icon for computers without TV tuners
Written by antikristian the 1 May 09 at 15:05.
Category: Hardware Support.
New
I don't have a TV Tuner in my computer due to Norway recently switching to digital, but i would still like to use Myth TV to watch movies and listen to music,
The "watch TV" icon is in the way, and i would like to be able to disable it.
For new users, this is also a usability issue, the first option they see on the screen will not work if they do not have a tuner.
Solution #1:
Include the necessary parts of kde3 and flash
This can be achieved with some jiggery pokery but you need the kde 3 konqueror to pull it off. It would be good to have this in stable. That said I am posting over at myth and other places suggesting a new version of mythbrowser based on xulrunner be thought about.
This can be achieved with some jiggery pokery but you need the kde 3 konqueror to pull it off. It would be good to have this in stable. That said I am posting over at myth and other places suggesting a new version of mythbrowser based on xulrunner be thought about.
Solution #2:
Configure Mythweb to use Firefox
Written by
DrH the 16 Aug 09 at 17:03.
An inelegant solution is to configure Mythweb to create a script that will launch Firefox in full screen mode.
A. Launch a terminal and create the script file.
sudo nano /usr/bin/firefox-wrapper
B. Edit the file by adding the following
#!/bin/sh
/usr/bin/firefox $11
exit 0
C. Close Nano and Save the file
Ctrl + X
D. Make the firefox-wrapper file executable
sudo chmod 755 /usr/bin/firefox-wrapper
E. In the Mythtv frontend, navigate to...
Home --> Setup --> Utilities/Setup --> Info --> Web
For the browser launch box, use the following line
/usr/bin/firefox-wrapper
F. The following Firefox-Addons are recommended
Full Fullscreen - to hide menu and tabs
Adblock Plus - speed up by preventing loading ads
An inelegant solution is to configure Mythweb to create a script that will launch Firefox in full screen mode.
A. Launch a terminal and create the script file.
sudo nano /usr/bin/firefox-wrapper
B. Edit the file by adding the following
#!/bin/sh
/usr/bin/firefox $11
exit 0
C. Close Nano and Save the file
Ctrl + X
D. Make the firefox-wrapper file executable
sudo chmod 755 /usr/bin/firefox-wrapper
E. In the Mythtv frontend, navigate to...
Home --> Setup --> Utilities/Setup --> Info --> Web
For the browser launch box, use the following line
/usr/bin/firefox-wrapper
F. The following Firefox-Addons are recommended
Full Fullscreen - to hide menu and tabs
Adblock Plus - speed up by preventing loading ads
Easily add new shares / mount external shares
Written by wombo the 6 Apr 09 at 05:02.
Category: Additional software.
New
Currently it is hard for 'new' Linux/Ubuntu users to add new shares so they enable folder to be accessed from the outside.
Also it is difficult to mount a share from another system to the Mythbuntu backend.
I do understand that this can be added by the user but it would be good if it was available out of the box.
Solution #1:
Pull in an existing package
Written by
wombo the 6 Apr 09 at 05:02.
Is there a GUI package that can be pullled into the standard Mythbuntu install that we can use to supply this functionality?
Or could this be added to the MCC
Is there a GUI package that can be pullled into the standard Mythbuntu install that we can use to supply this functionality?
Or could this be added to the MCC
Solution #2:
Should be part of the installer or setup script
I believe this should be part of the installer, or part of an easy setup script.
[] Probe the network for the Windows domain, add this to the smb.conf. If there is no domain, prompt for one.
[] Make sure there are users setup in smbpasswd, or tie Samba's authentication to the local system's.
[] Use the WINS servers from the DHCP, and add this to the Samba config (wins serverr = x.x.x.x). If there isn't one, set Samba to be a WINS server (wins support = yes). You'll have to add this to the config of each Windows computer manually, or adjust your DHCP.
[] Add the share for videos/ or recordings/ to Samba.
These four steps are generally what I do to make Samba work with a Windows computer.
I believe this should be part of the installer, or part of an easy setup script.
[] Probe the network for the Windows domain, add this to the smb.conf. If there is no domain, prompt for one.
[] Make sure there are users setup in smbpasswd, or tie Samba's authentication to the local system's.
[] Use the WINS servers from the DHCP, and add this to the Samba config (wins serverr = x.x.x.x). If there isn't one, set Samba to be a WINS server (wins support = yes). You'll have to add this to the config of each Windows computer manually, or adjust your DHCP.
[] Add the share for videos/ or recordings/ to Samba.
These four steps are generally what I do to make Samba work with a Windows computer.
Solution #3:
Add Nautilus Script
Written by
DrH the 15 Aug 09 at 15:35.
This is a fantastic idea and one that I have been thinking will be good for new users of all variants of Ubuntu, not just Mythbuntu.
WHY THIS IS NEEDED
Ubuntu strives to make GNU/Linux easy to use for everyone, not just geeks.
Permanently mounting a network share is not intuitive/easy for new Linux users.
Discrepancy between the ease by which network shares are mounted temporarily (works for noobs and veterans) versus permanently (veterans).
PROPOSED SOLUTION
Create a Nautilus script available from the repository for mounting a network share permanently. User on client machine does the following:
1. Use Nautilus to browse for a network share, but does not open it.
Note: Opening a network share in Nautilus will temporarily mount it.
2. In Nautilus, right-click on network share folder name and select 'Mount Volume Permanently'
3. User is asked to enter administrator password.
Note: Option to not ask for administrator password, but restrict mount point to user home directory.
4. New Mount Volume Permanently window appears (see attached forum thread for jpeg).
5. User enters path of new mount location, authentication user name and password (see attached forum thread for jpeg).
Note: share name/IP and share type are automatically retrieved.
6. User clicks on 'Create' button.
7. A new window appears warning the user that /etc/fstab will be modified and all drives will be remounted with option to cancel or proceed.
8. Script checks for line in /etc/fstab that matches the parameters and if absent, adds new entry, then automatically remounts drives.
9. Remove button warns user and deletes local mount point and disables matching entry in /etc/fstab by adding a hash mark.
REASONS NOT TO IMPLEMENT
Proliferation of entries in /etc/fstab.
Does not teach user the value of the CLI
Redundant with manually editing the CLI
Technically not feasible
Lack of interest by programmers
Better solution available
This is a fantastic idea and one that I have been thinking will be good for new users of all variants of Ubuntu, not just Mythbuntu.
WHY THIS IS NEEDED
Ubuntu strives to make GNU/Linux easy to use for everyone, not just geeks.
Permanently mounting a network share is not intuitive/easy for new Linux users.
Discrepancy between the ease by which network shares are mounted temporarily (works for noobs and veterans) versus permanently (veterans).
PROPOSED SOLUTION
Create a Nautilus script available from the repository for mounting a network share permanently. User on client machine does the following:
1. Use Nautilus to browse for a network share, but does not open it.
Note: Opening a network share in Nautilus will temporarily mount it.
2. In Nautilus, right-click on network share folder name and select 'Mount Volume Permanently'
3. User is asked to enter administrator password.
Note: Option to not ask for administrator password, but restrict mount point to user home directory.
4. New Mount Volume Permanently window appears (see attached forum thread for jpeg).
5. User enters path of new mount location, authentication user name and password (see attached forum thread for jpeg).
Note: share name/IP and share type are automatically retrieved.
6. User clicks on 'Create' button.
7. A new window appears warning the user that /etc/fstab will be modified and all drives will be remounted with option to cancel or proceed.
8. Script checks for line in /etc/fstab that matches the parameters and if absent, adds new entry, then automatically remounts drives.
9. Remove button warns user and deletes local mount point and disables matching entry in /etc/fstab by adding a hash mark.
REASONS NOT TO IMPLEMENT
Proliferation of entries in /etc/fstab.
Does not teach user the value of the CLI
Redundant with manually editing the CLI
Technically not feasible
Lack of interest by programmers
Better solution available