Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# NO LONGER COMPATIBLE
Hi folks, unfortunately it seems the Parsec team have made a lot of changes to Parsec recently that are good, but break compatability with this plugin for the time being. If and when Parsec becomes available for the Pi 4, I'll be able to resume development on this plugin, but for the time being this is defunct. Please feel free to fork and continue if you can!

# Parsec Launcher for OSMC
Parsec is a game streaming application used to play video games remotely across a conntected network from a system in the cloud to your home computer. OSMC (short for Open Source Media Center) is a Linux distribution based on Debian that brings Kodi to a variety of devices. This addon brings the two together to create a seamless experience.

Expand All @@ -21,7 +18,7 @@ Parsec is a game streaming application used to play video games remotely across
* USB keyboard (wired or wireless)

## Installation
* Download production package **script.parsec.zip** [here](http://dev.grantgarrison.com/projects/script.parsec.zip).
* Download **script.parsec.zip** from files list above.
* Follow the addon installation instructions **HOW-TO:Install add-ons from zip files** [here](https://kodi.wiki/view/HOW-TO:Install_add-ons_from_zip_files).

## Configuration
Expand Down
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<import addon="xbmc.python" version="2.14.0"/>
</requires>
<extension point="xbmc.python.script" library="parsec.py">
<provides>executable</provides>
<provides>game executable</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
Expand Down
2 changes: 1 addition & 1 deletion resources/parsec-launcher.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sudo su $1 -c "openvt -s -f sh $2parsec.sh $1 $3"; sudo systemctl stop mediacenter;
sudo su $1 -c "openvt -s -f sh $2parsec.sh $1 $3"; sudo systemctl stop mediacenter
2 changes: 1 addition & 1 deletion resources/parsec.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sudo su $1 -c "parsec $2"; sudo systemctl start mediacenter;
parsecd $2; sudo systemctl start mediacenter
Binary file added script.parsec.zip
Binary file not shown.