Updated Frequently Asked Questions (FAQ) (markdown)

JonnyWong16
2016-09-18 19:22:06 -07:00
parent 8208033500
commit 85e3ed920f

@@ -1,4 +1,4 @@
Welcome to the PlexPy FAQ. Please note that most answers are not added yet. If you can't find a solution here, please ask on [Gitter](https://gitter.im/drzoidberg33/plexpy) or the [Forums](https://forums.plex.tv/discussion/169591/plexpy-another-plex-monitoring-program) and don't forget to highlight an3k (simply write @an3k somewhere). Thank you! Welcome to the PlexPy FAQ. Please note that most answers are not added yet. If you can't find a solution here, please ask on [Gitter](https://gitter.im/plexpy/general) or the [Forums](https://forums.plex.tv/discussion/169591/plexpy-another-plex-monitoring-program) and don't forget to highlight an3k (simply write @an3k somewhere). Thank you!
## General ## General
* [I have some weird Python errors!](#general-q1) * [I have some weird Python errors!](#general-q1)
@@ -77,7 +77,7 @@ Welcome to the PlexPy FAQ. Please note that most answers are not added yet. If y
**A:** The following only applies if you installed PlexPy using `git`. Stop PlexPy, then run the following commands from the command line/shell in the PlexPy folder. **A:** The following only applies if you installed PlexPy using `git`. Stop PlexPy, then run the following commands from the command line/shell in the PlexPy folder.
``` ```
git remote set-url origin https://github.com/drzoidberg33/plexpy.git git remote set-url origin https://github.com/JonnyWong16/plexpy.git
git fetch origin git fetch origin
git checkout master git checkout master
git branch -u origin/master git branch -u origin/master
@@ -257,7 +257,7 @@ If you have installed Python into a different directory or saved pyOpenSSL to so
**A:** This seems to be a version mismatch with the packaged Python sqlite3 libraries. Download the latest "Precompiled Binaries for Windows" from [here](https://www.sqlite.org/download.html) and place the extracted `sqlite3.dll`s file in `C:\Python27\DLLs`. **A:** This seems to be a version mismatch with the packaged Python sqlite3 libraries. Download the latest "Precompiled Binaries for Windows" from [here](https://www.sqlite.org/download.html) and place the extracted `sqlite3.dll`s file in `C:\Python27\DLLs`.
#### <a name="windows-q5">Q:</a> How can I run PlexPy without the command prompt staying open? #### <a name="windows-q5">Q:</a> How can I run PlexPy without the command prompt staying open?
**A:** Please refer to the instructions under the [Installation as a Daemon](https://github.com/drzoidberg33/plexpy/wiki/Install-as-a-daemon#windows) wiki. **A:** Please refer to the instructions under the [Installation as a Daemon](https://github.com/JonnyWong16/plexpy/wiki/Install-as-a-daemon#windows) wiki.
--- ---
@@ -277,7 +277,7 @@ sudo xcodebuild -license
### iOS ### iOS
#### <a name="ios-q1">Q:</a> PlexPy isn't logging my history from my iOS device! #### <a name="ios-q1">Q:</a> PlexPy isn't logging my history from my iOS device!
**A:** Check if your iOS device has any [special characters](https://terpconnect.umd.edu/~zben/Web/CharSet/htmlchars.html) in it's name. This is a know bug with the iOS app ([#212](https://github.com/drzoidberg33/plexpy/issues/212)). This iOS beta app also has a special character (`ß`) in the app name. The only solution is to remove the special character or use the non-beta app. **A:** Check if your iOS device has any [special characters](https://terpconnect.umd.edu/~zben/Web/CharSet/htmlchars.html) in it's name. This is a know bug with the iOS app ([#212](https://github.com/JonnyWong16/plexpy/issues/212)). This iOS beta app also has a special character (`ß`) in the app name. The only solution is to remove the special character or use the non-beta app.
--- ---