W-W / unRAID

unRAID Plug-ins
13 stars 1 forks source link

Allow choice of branch for Couch Potato plugin #6

Closed Nomar383 closed 12 years ago

Nomar383 commented 12 years ago

The "develop" branch of CP has fixes for a few of my problems and it would nice to have an option in the plugin's options to pick a different branch from master. Just add a text field to the web interface to type it in and default to "master" if nothing is entered.

W-W commented 12 years ago

For now just edit line 96 in file main.py located in ~yourdir/couchpotato/core/_base/updater from master to develop ;) then from webinterface of couchpotato update will be work with develop branch

But +1 (good if we could this configure from webui)

Nomar383 commented 12 years ago

Since that file is tracked by git, I'm assuming it won't pull correctly on its own after I make that change right?

The solution I was thinking is that when the repo is initially copied by this plugin, it can copy the develop branch instead. I'm not sure of another good solution.

Influencer commented 12 years ago

We are looking into this, I had something going with the sickbeard app to do the same thing, stopped work on it for one reason or another, can't remember why, I'll get back working on this for sickbeard and couchpotato

W-W commented 12 years ago

Working on it... new version will be available soon...

Influencer commented 12 years ago

WW, if your working on sickbeard as well, one of the branches people have interest in is anime_xem. Its not on midgetspy's github, but lad1337, if an option is put in for that it'd have to point to a different URL.

W-W commented 12 years ago

Yes. Right now i working on all of plugins and i think they will be published on Saturday. Made several changes which users wish :)

W-W commented 12 years ago

Already done! So user can choice github and even branch - whatever he wants :) I made these improvements in CP1 and CP2 plugin. Feel free to check it.

Due to the fact that this functionality has been done i closing this issue.