Difference between revisions of "Unity-scope-mythtv"

From MythTV Official Wiki
Jump to: navigation, search
m (add category)
(Remove freenode reference and mark as outdated)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{Outdated2|The Mythbuntu distro is no longer maintained so the information on this page may be out of date}}
 +
 
[[Category:Ubuntu]]
 
[[Category:Ubuntu]]
  
'''unity-scope-mythtv''' is a scope for Unity that allows searching and playback of MythTV content from the Unity interface. It is developed by the [http://www.mythbuntu.org Mythbuntu] team. Support of this frontend is available via the IRC chatroom on freenode ( #ubuntu-mythtv ) or the [https://lists.ubuntu.com/mailman/listinfo/Ubuntu-mythtv Mythbuntu mailing list]
+
'''unity-scope-mythtv''' is a scope for Unity that allows searching and playback of MythTV content from the Unity interface. It is developed by the [http://www.mythbuntu.org Mythbuntu] team. Support of this frontend is available via the IRC chatroom on '''#ubuntu-mythtv on Libera Chat''' - irc://irc.libera.chat/#ubuntu-mythtv or the [https://lists.ubuntu.com/mailman/listinfo/Ubuntu-mythtv Mythbuntu mailing list]
  
 
==Requires==
 
==Requires==
 
A MythTV backend that has the services API (0.25+)
 
A MythTV backend that has the services API (0.25+)
A desktop with Unity installed such as Ubuntu 12.04 installed. Not all features are available depending on the version of Unity running.
+
Ubuntu 12.04 or newer running Unity (12.10 or newer required for "Unity Previews")
  
As this is still very alpha, the latest code (as well as revision history) can be found at
+
The latest code (as well as revision history) can be found at
 
https://code.launchpad.net/~mythbuntu/mythbuntu/unity-scope-mythtv
 
https://code.launchpad.net/~mythbuntu/mythbuntu/unity-scope-mythtv
  
Line 17: Line 19:
 
*Can playback recordings or content from MythVideo
 
*Can playback recordings or content from MythVideo
 
*Searches Title, SubTitle, and Description fields
 
*Searches Title, SubTitle, and Description fields
 +
*Can open web browser to youtube trailer if trailer link is present on themoviedb.org
 +
*Can playback recordings or videos on remote MythTV frontends
 +
** Attempting playback of a recording when the frontend isn't in the watch recordings screen only switches to the watch recordings screen (See {{ticket|11453}})
  
 
==Installation==
 
==Installation==
Since this is alpha, installation is a bit more manual and requires the terminal to stay open when running.
+
#Add the Mythbuntu Updates PPA "sudo apt-add-repository ppa:mythbuntu/testing"
#Grab the bzr branch
+
#"sudo apt-get update"
#Run install.sh
+
#"sudo apt-get install unity-scope-mythtv
#Reboot your machine
+
#Logout and back in and you should be able to search via the videos lens
#Run /usr/lib/unity-scope-mythtv/unity-scope-mythtv from a terminal.
 
  
 
==Troubleshooting==
 
==Troubleshooting==
Line 37: Line 41:
 
mythprotocolport = 6543
 
mythprotocolport = 6543
 
</code>
 
</code>
 
===Testing returned data===
 
You can test that the MythTV backend is returning data by running the mythtvapi.py (/usr/lib/unity-scope-mythtv/mythtvapi.py) file from the command line. Running this command will do a search for 'parks' and print the results to the terminal window.
 

Latest revision as of 19:51, 16 June 2021

Time.png Outdated: The Mythbuntu distro is no longer maintained so the information on this page may be out of date

unity-scope-mythtv is a scope for Unity that allows searching and playback of MythTV content from the Unity interface. It is developed by the Mythbuntu team. Support of this frontend is available via the IRC chatroom on #ubuntu-mythtv on Libera Chat - irc://irc.libera.chat/#ubuntu-mythtv or the Mythbuntu mailing list

Requires

A MythTV backend that has the services API (0.25+) Ubuntu 12.04 or newer running Unity (12.10 or newer required for "Unity Previews")

The latest code (as well as revision history) can be found at https://code.launchpad.net/~mythbuntu/mythbuntu/unity-scope-mythtv

Features

  • Unity filtering available (can filter to just MythTV TV Show or Video content)
  • Shows play back in mythavtest (if that isn't installed, uses default video player)
  • If using mythavtest, commercial skipping is available
  • Uses coverart as icon
  • Can playback recordings or content from MythVideo
  • Searches Title, SubTitle, and Description fields
  • Can open web browser to youtube trailer if trailer link is present on themoviedb.org
  • Can playback recordings or videos on remote MythTV frontends
    • Attempting playback of a recording when the frontend isn't in the watch recordings screen only switches to the watch recordings screen (See #11453)

Installation

  1. Add the Mythbuntu Updates PPA "sudo apt-add-repository ppa:mythbuntu/testing"
  2. "sudo apt-get update"
  3. "sudo apt-get install unity-scope-mythtv
  4. Logout and back in and you should be able to search via the videos lens

Troubleshooting

Config file

The configuration file that gets created is located at ~/.mythtv-scope-location.conf and looks like this

[Backend]

location = http://BACKENDIP:6544

mythprotocolport = 6543