Feature #637
closedchannelscan/reelchannelscan
0%
Description
I'd like to maintain a git-repro for channelscan or rather reelchannelscan (a fork).
Neither the old channelscan nor the sucessor reelchannelscan work with newer VDRs out of the box.
This git-repro should give you a working version out of the box...
Is it wise to fork it to a new name like channelscanner?
It shouln't conflict with channelscan (http://kikko77.altervista.org/) or reelchannelscan (http://www.reel-multimedia.com/de/support_developer.html) but I will not create a new plugin. This is rather for patches to reelchannelscan
Files
Updated by etobi over 13 years ago
I think there is still some development going on:
svn log svn://reelbox.org/testing/src/vdr-plugins/src/channelscan-0.6.1 | less
So I would vote for a renamed fork. If you later decide to give it a different name, I can still rename the repository and the project site afterwards.
Project-URL:
http://projects.vdr-developer.org/projects/show/plg-channelscanner
Git-Repository (read/write):
git clone gitosis@projects.vdr-developer.org:vdr-plugin-channelscanner.git
Git-Repository (read only):
git clone git://projects.vdr-developer.org/vdr-plugin-channelscanner.git
GitWeb:
http://projects.vdr-developer.org/git/?p=vdr-plugin-channelscanner.git
To do a first-time initialization of the Git repository, just do a "git push".
e.g.:
git remote add vdr-developer gitosis@projects.vdr-developer.org:vdr-plugin-channelscanner.git
git push vdr-developer master
Happy Coding!