Normalize unicode file names (converts UTF-8 NFD to NFC).
Required by macOS clients through AFP/NFS/SMB.
Tested on Synology DSM 6.2 with built-in Python 2.7.12.
10.13.5 | 10.14 Beta (18A293u) | Diff | |
---|---|---|---|
ACDEClient.framework | ACDEClient.framework | ||
AOSAccounts.framework | AOSAccounts.framework | ||
AOSAccountsLite.framework | AOSAccountsLite.framework | ||
AOSKit.framework | AOSKit.framework | ||
AOSMigrate.framework | AOSMigrate.framework | ||
AOSUI.framework | AOSUI.framework | ||
APFS.framework | APFS.framework | ||
APTransport.framework | APTransport.framework | ||
AVConference.framework | AVConference.framework |
from plexapi.server import PlexServer | |
from imdbpie import Imdb | |
baseurl = 'http://10.0.0.97:32400' | |
token = '' | |
plex = PlexServer(baseurl, token) | |
imdb = Imdb() | |
top = imdb.top_250() |
#### systemd script (/etc/systemd/system/plexdrive.service): | |
[Unit] | |
Description=Plexdrive | |
AssertPathIsDirectory=/media/plexdrive/ | |
After=network-online.target | |
[Service] | |
Type=simple | |
ExecStart=/usr/bin/plexdrive -fuse-options allow_other -log-level 2 /media/plexdrive/ | |
ExecStop=/bin/fusermount -u /media/plexdrive/ |
#Routing plex traffic through an SSH tunnel | |
This guide creates a reverse SSH tunnel to route all Plex server traffic through it. | |
Step 2 is done on the tunnel, all other steps are done on the plex server. | |
#1. Setup SSH keys (if you already have key based authenthication setup skip to step 2) | |
On plex server: | |
# -*- coding: utf-8 -*- | |
#------------------------------------------------------------------------------ | |
# | |
# Automated IMDB Top 250 Plex collection script by /u/SwiftPanda16 | |
# | |
# *** Use at your own risk! *** | |
# *** I am not responsible for damages to your Plex server or libraries. *** | |
# | |
#------------------------------------------------------------------------------ |
import csv | |
import re | |
import urllib | |
from couchpotato.core.helpers.variable import tryInt, splitString, removeEmpty | |
from couchpotato.core.logger import CPLog | |
from couchpotato.core.media.movie.providers.automation.base import Automation | |
log = CPLog(__name__) |
Title | URI | |
---|---|---|
Flurry by Yahoo | https://dev.flurry.com/secure/signup.do | |
Google NikCollection | https://dl.google.com/edgedl/photos/nikcollection-full-1.2.11.dmg | |
Bitbucket | http://bitbucket.org/ | |
SoftLayer | http://softlayer.com/ | |
VirtualBox | http://download.virtualbox.org/virtualbox/5.0.16/VirtualBox-5.0.16-105871-OSX.dmg | |
Docker Hub | https://hub.docker.com/ | |
Oracle | http://oracle.com/ | |
Java | http://java.com | |
Sun | http://sun.com |