-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CouchPotato - Generic Service approach #3092
Conversation
d55f49f
to
db03e71
Compare
service_postinst () | ||
{ | ||
# Create a Python virtualenv | ||
${VIRTUALENV} --system-site-packages ${SYNOPKG_PKGDEST}/env >> ${INST_LOG} 2>&1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK for Python environment, but am I wrong or pip install
from requirements.txt
file is required and lacking ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couchpotato has no requirements, everything comes included :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK so in that specific case, is a pip environment really required ??
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not really, but it's considered best practice to make sure one package can't mess with anything. And doesn't take a lot of space so seems like a good idea always.
I will propose a french translation there too. |
Please change Git clone URL to https://github.com/CouchPotato/CouchPotatoServer.git |
|
||
DEPENDS = | ||
SPK_DEPENDS = "python>2.7.3-3:git" | ||
|
||
MAINTAINER = Diaoul | ||
DESCRIPTION = CouchPotato is an automatic NZB and torrent downloader for movies. You can keep a \"want to watch\"-list and it will search for NZBs/torrents of these items every X hours. Once a correct release is found, matching the correct quality, it will send it to SABnzbd/NZBGet or download the .nzb or .torrent to a specified directory. The downloaded movie can then be automatically moved and renamed to your liking as well as indexed by your DiskStation. | ||
DESCRIPTION_FRE = CouchPotato permet le téléchargement automatique de films via NZB ou torrent. Vous pouvez créer une \\\"liste de films à voir\\\", CouchPotato ira alors automatiquement rechercher les NZBs ou torrents correspondants toutes les X heures. Une fois qu\\\'une release correcte est trouvée, correspondant à la qualité demandé, elle sera ajouté a SABnzbd/NZBGet, ou téléchargée sous forme de .nzb ou de .torrent dans le répertoire indiqué. Les films téléchargés peuvent être déplacé et renommés selon vos préférences ainsi qu\\\'indexés par votre DiskStation. | ||
DESCRIPTION_SPN = CouchPotato es un sistema automático de descarga de peliculas via NZB y torrent. Puedes tener una \"lista de películas para ver\" y el sistema buscará automáticamente cada X horas. Cuando el release es encotrado con la calidad que especificaste el sistema la enviará al programa de descargas SABnzbd/NZBGet/Transmision o descargá el .nzb o .torrent al directorio que especifiques. Cuando la pelicula se termine de descargar será movida y renombrada automaticamente a tu gusto, además de ser indexada por tu DiskStation. | ||
ADMIN_PORT = 5050 | ||
DESCRIPTION_SPN = CouchPotato es un sistema automático de descarga de peliculas via NZB y torrent. Puedes tener una \"lista de películas para ver\" y el sistema buscará automáticamente cada X horas. Cuando el release es encotrado con la calidad que especificaste el sistema la enviará al programa de descargas SABnzbd/NZBGet/Transmision o descargá el .nzb o .torrent al directorio que especifiques. Cuando la pelicula se termine de descargar será movida y renombrada automaticamente a tu gusto, además de ser indexada por tu DiskStation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just wonder why spain translation DESCRIPTION_SPN
is marked as changed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think something with whitespace probably.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right. Trailing white space was removed
@ymartin59 Will wait for your French translations then and update all at once. Maybe you can post them in the Sabnzbd PR since most texts overlap and I can do 1 big update of the PRs. |
SPK_ICON = src/couchpotatoserver.png | ||
DSM_UI_DIR = app | ||
|
||
DEPENDS = | ||
SPK_DEPENDS = "python>2.7.3-3:git" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there any chance that this package does not work on previous python package versions ? If so probably dependency has to be set to new version only
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would highly doubt it, but maybe we can ask the people reporting problems now to test the new packages? (since we already have their attention)
This way we get feedback and know for sure.
c187e42
to
653d73f
Compare
@ymartin59 I incorporated the This PR doesn't really depend on anything, so if this is merged I can incorporate the same code into Sonarr/Radarr/Sickbeard/Sickbeard-custom and we can get things published again! |
@ymartin59 did you have time to look at this code that I added for dealing with the |
Tested this extensively today and turns out the code was pretty wrong. |
73a67dc
to
072cdeb
Compare
Checklist
all-supported
completed successfully