Skip to content
Open
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
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,33 @@
csfd-plex
=========
# csfd-plex

A plex metadata agent for CSFD (http://csfd.cz).
A plex metadata agent for CSFD [http://csfd.cz](http://csfd.cz).

##Known issues
* Trouble with TV series (working on it)
* Recognizing some movies automatically (underlying media scraper passes in wrong name). Can be corrected by manually specifying name of movie, (don't be shy to include the year!)
## Known issues
* Trouble with TV series (working on it)
* Recognizing some movies automatically (underlying media scraper passes in wrong name). Can be corrected by manually specifying name of movie, (don't be shy to include the year!)

##Install
## Install
To install extract the repository (zip) into the Plugins folder on the plex media server:

* On linux extract to:
* On linux extract to:
```
/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-ins/
```

* On windows extract to:
* On windows extract to:
```
C:\Documents and Settings\**yourusername**\Local Settings\Application Data\Plex Media Server\Plug-ins\
```

* On Mac/OSX extract to:
* On Mac/OSX extract to:
```
~/Library/Application Support/Plex Media Server/Plug-ins/
```

##Directory structure
## Directory structure
After extraction things should look like,

* On linux:
* On linux:
```
/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-ins/CSFD.bundle/
/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-ins/CSFD.bundle/Contents
Expand All @@ -41,9 +40,9 @@ After extraction things should look like,
/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-ins/CSFD.bundle/Contents/Info.plist
```

* On windows
* On windows

* On Max/OSX:
* On Max/OSX:
```
~/Library/Application Support/Plex Media Server/Plug-ins/CSFD.bundle/
~/Library/Application Support/Plex Media Server/Plug-ins/CSFD.bundle/Contents
Expand All @@ -56,4 +55,5 @@ After extraction things should look like,
~/Library/Application Support/Plex Media Server/Plug-ins/CSFD.bundle/Contents/Resources
~/Library/Application Support/Plex Media Server/Plug-ins/CSFD.bundle/Contents/Resources/attribution.png
~/Library/Application Support/Plex Media Server/Plug-ins/CSFD.bundle/Contents/Resources/icon-default.png
```
```