Search found 9 matches

by spacewagon
October 14th, 2014, 2:16 am
Forum: Nederlands
Topic: Naamgeving van bestanden: kwaliteit, formaat en releasegroep
Replies: 3
Views: 2726

Re: Naamgeving van bestanden: kwaliteit, formaat en releaseg

Ik heb een reactie gekregen in het Engelse gedeelte: Normally SABnzbd will use the quality/release codes as part of the episode name. However, some sites use so-called "meta-data" in their headers or the NZB file itself. These are tags like "Show name", "Season", "...
by spacewagon
October 14th, 2014, 2:11 am
Forum: General Help
Topic: Sorting and changing filename: quality, format and releasegr
Replies: 3
Views: 2244

Re: Sorting and changing filename: quality, format and relea

Yes, it does the job!

Thank you!
by spacewagon
October 14th, 2014, 1:53 am
Forum: General Help
Topic: Sorting and changing filename: quality, format and releasegr
Replies: 3
Views: 2244

Re: Sorting and changing filename: quality, format and relea

Thank you. I switched off enable_meta now. Let's see if this fix it!
by spacewagon
October 12th, 2014, 6:44 am
Forum: Nederlands
Topic: Naamgeving van bestanden: kwaliteit, formaat en releasegroep
Replies: 3
Views: 2726

Re: Naamgeving van bestanden: kwaliteit, formaat en releaseg

Bedankt voor je reactie. Blijkbaar krijgt SABnzbd precies door wat de titel is van de aflevering.

De download wordt via SickBeard aangeboden aan SABnzbd.
by spacewagon
October 11th, 2014, 12:04 pm
Forum: General Help
Topic: Sorting and changing filename: quality, format and releasegr
Replies: 3
Views: 2244

Sorting and changing filename: quality, format and releasegr

I have a question about renaming and sorting filenames. I use Sabnzbd on a Synology NAS. I download by example this file: The.Blacklist.S02E03.720p.HDTV.X264-DIMENSION By the Sort settings of Sabnzbd I use the following: %sn/Seizoen %s/%sn - S%0sE%0e - %en.%ext It results in: The Blacklist/Seizoen 2...
by spacewagon
October 11th, 2014, 11:57 am
Forum: Nederlands
Topic: Naamgeving van bestanden: kwaliteit, formaat en releasegroep
Replies: 3
Views: 2726

Naamgeving van bestanden: kwaliteit, formaat en releasegroep

Ik heb een vraag over de naamgeving van bestanden na het downloaden. Ik gebruik Sabnzbd op een Synology NAS. Ik download bijvoorbeeld dit bestand: The.Blacklist.S02E03.720p.HDTV.X264-DIMENSION Ik heb bij de Sorteren instelling van Sabnzbd het volgende staan: %sn/Seizoen %s/%sn - S%0sE%0e - %en.%ext ...
by spacewagon
February 9th, 2014, 9:53 am
Forum: Post-Processing Scripts
Topic: Synology Reindex script UPNP (synoindex)
Replies: 4
Views: 18955

Re: Synology Reindex script UPNP (synoindex)

1. Create a script containing the following code: #!/bin/sh # /usr/syno/bin/synoindex -A "$1" This script will tell the synology indexing that a new Directory "$1" has to be indexed. $1 contains the directory that sabnzbd stored your downoad in. So instead of indexin all it only...
by spacewagon
January 3rd, 2014, 5:10 am
Forum: Nederlands
Topic: Twee scripts laten uitvoeren
Replies: 4
Views: 4266

Re: Twee scripts laten uitvoeren

Wow, bedankt! Het werkt! Ik heb het scriptje aangepaast naar hetgeen jij zei: #!/bin/sh # voer deze scripts uit /usr/local/sabnzbd/var/scripts/pySabRename_syno.py "$@" /usr/local/sabnzbd/var/scripts/synoindex-Laatste.py "$@" en dit werkt :-) Kun je mij nog uitleggen wat die "...
by spacewagon
January 2nd, 2014, 6:52 am
Forum: Nederlands
Topic: Twee scripts laten uitvoeren
Replies: 4
Views: 4266

Twee scripts laten uitvoeren

Na dagen proberen en knutselen, schakel ik jullie hulp in. Ik heb een Synology NAS, DS114. Ik heb twee losse scripts die los prima werken. Nummer 1: Dit is pySabRename en zorgt er voor dat gekke bestandsnamen (kom ik steeds vaker tegen) worden omgezet naar de originele naam van de bron. Zie: https:/...