From a8b40ce1f6ee49640c32dbb68e0633fc3b5b716a Mon Sep 17 00:00:00 2001 From: runraid Date: Sat, 6 May 2017 07:44:46 -0700 Subject: [PATCH] Update readme, replace sonarr->lidarr --- .github/ISSUE_TEMPLATE.md | 2 +- .gitignore | 2 +- .idea/.name | 2 +- CLA.md | 4 ++-- CONTRIBUTING.md | 8 ++++---- README.md | 6 ++++-- debian/control | 8 ++++---- debian/copyright | 4 ++-- gulp/start.js | 4 ++-- package.json | 8 ++++---- setup/nzbdrone.iss | 8 ++++---- src/UI/System/Info/MoreInfo/MoreInfoViewTemplate.hbs | 6 +++--- 12 files changed, 32 insertions(+), 30 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 6bd416a38..8246c9977 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -2,4 +2,4 @@ Provide a description of the feature request or bug, the more details the better. -Please use https://forums.sonarr.tv/ for support or other questions. (When in doubt, use the forums) +Please use http://lidarr.audio for support or other questions. (When in doubt, use the forums) diff --git a/.gitignore b/.gitignore index 9ad1a84be..a340f3295 100644 --- a/.gitignore +++ b/.gitignore @@ -101,7 +101,7 @@ App_Data/*.ldf _NCrunch_* _TeamCity* -# Sonarr +# Lidarr config.xml nzbdrone.log*txt UpdateLogs/ diff --git a/.idea/.name b/.idea/.name index 02629676e..e402c1d9d 100644 --- a/.idea/.name +++ b/.idea/.name @@ -1 +1 @@ -Sonarr \ No newline at end of file +Lidarr \ No newline at end of file diff --git a/CLA.md b/CLA.md index 40adac7f6..463c6c14c 100644 --- a/CLA.md +++ b/CLA.md @@ -1,6 +1,6 @@ -# Sonarr Individual Contributor License Agreement # +# Lidarr Individual Contributor License Agreement # -Thank you for your interest in contributing to Sonarr ("We" or "Us"). +Thank you for your interest in contributing to Lidarr ("We" or "Us"). This contributor agreement ("Agreement") documents the rights granted by contributors to Us. To make this document effective, please complete the form below. This is a legally binding document, so please read it carefully before agreeing to it. The Agreement may cover more than one software project managed by Us. ## 1. Definitions ## diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ab945cb0c..f402f5c63 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ # How to Contribute # -We're always looking for people to help make Sonarr even better, there are a number of ways to contribute. +We're always looking for people to help make Lidarr even better, there are a number of ways to contribute. ## Documentation ## Setup guides, FAQ, the more information we have on the wiki the better. @@ -15,7 +15,7 @@ Setup guides, FAQ, the more information we have on the wiki the better. ### Getting started ### -1. Fork Sonarr +1. Fork Lidarr 2. Clone (develop branch) *you may need pull in submodules separately if you client doesn't clone them automatically (CurlSharp)* 3. Run `npm install` 4. Run `npm start` - Used to compile the UI components and copy them. @@ -24,8 +24,8 @@ Setup guides, FAQ, the more information we have on the wiki the better. 5. Compile in Visual Studio ### Contributing Code ### -- If you're adding a new, already requested feature, please comment on [Github Issues](https://github.com/Sonarr/Sonarr/issues "Github Issues") so work is not duplicated (If you want to add something not already on there, please talk to us first) -- Rebase from Sonarr's develop branch, don't merge +- If you're adding a new, already requested feature, please comment on [Github Issues](https://github.com/lidarr/Lidarr/issues "Github Issues") so work is not duplicated (If you want to add something not already on there, please talk to us first) +- Rebase from Lidarr's develop branch, don't merge - Make meaningful commits, or squash them - Feel free to make a pull request before work is complete, this will let us see where its at and make comments/suggest improvements - Reach out to us on the forums or on IRC if you have any questions diff --git a/README.md b/README.md index ac8e58d06..75e7bfdf8 100644 --- a/README.md +++ b/README.md @@ -18,13 +18,13 @@ Lidarr is a music collection manager for Usenet and BitTorrent users. It can mon ## Feature Requests -[![Feature Requests](http://feathub.com/mattman86/Lidarr?format=svg)](http://feathub.com/mattman86/Lidarr) +[![Feature Requests](http://feathub.com/lidarr/Lidarr?format=svg)](http://feathub.com/lidarr/Lidarr) ## Configuring Development Environment: ### Requirements -* Visual Studio 2015 (https://www.visualstudio.com/vs/) +* Visual Studio 2015 or higher (https://www.visualstudio.com/vs/). The community version is free and works (https://www.visualstudio.com/downloads/). * [Git](https://git-scm.com/downloads) * [NodeJS](https://nodejs.org/en/download/) @@ -35,6 +35,8 @@ Lidarr is a music collection manager for Usenet and BitTorrent users. It can mon * Grab the submodules `git submodule init && git submodule update` * Install the required Node Packages `npm install` * Start gulp to monitor your dev environment for any changes that need post processing using `npm start` command. +* Run the project in Visual Studio +* Open http://localhost:8686 *Please note gulp must be running at all times while you are working with Lidarr client source files.* diff --git a/debian/control b/debian/control index ba30c02ee..34586f51d 100644 --- a/debian/control +++ b/debian/control @@ -2,11 +2,11 @@ Section: web Priority: optional Maintainer: Sonarr Source: nzbdrone -Homepage: https://sonarr.tv -Vcs-Git: git@github.com:Sonarr/Sonarr.git -Vcs-Browser: https://github.com/Sonarr/Sonarr +Homepage: https://lidarr.audio +Vcs-Git: git@github.com:lidarr/Lidarr.git +Vcs-Browser: https://github.com/lidarr/Lidarr Package: nzbdrone Architecture: all Depends: libmono-cil-dev (>= 3.2), sqlite3 (>= 3.7), mediainfo (>= 0.7.52) -Description: Sonarr is an internet PVR +Description: Lidarr is a music collection manager diff --git a/debian/copyright b/debian/copyright index 466d37fce..667d82a43 100755 --- a/debian/copyright +++ b/debian/copyright @@ -1,9 +1,9 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: nzbdrone -Source: https://github.com/Sonarr/Sonarr +Source: https://github.com/lidarr/Lidarr Files: * -Copyright: 2010-2016 Sonarr +Copyright: 2010-2016 Lidarr License: GPL-3.0+ diff --git a/gulp/start.js b/gulp/start.js index 5b5f88044..296eb6836 100644 --- a/gulp/start.js +++ b/gulp/start.js @@ -1,4 +1,4 @@ -// will download and run sonarr (server) in a non-windows enviroment +// will download and run Lidarr (server) in a non-windows enviroment // you can use this if you don't care about the server code and just want to work // with the web code. @@ -31,7 +31,7 @@ function getLatest(cb) { } }); - var url = 'http://services.sonarr.tv/v1/update/' + branch + '?os=osx'; + var url = 'http://services.lidarr.audio/v1/update/' + branch + '?os=osx'; console.log('Checking for latest version:', url); diff --git a/package.json b/package.json index c3556ed7f..12bc565c3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "Sonarr", - "version": "2.0.0", - "description": "Sonarr", + "name": "Lidarr", + "version": "1.0.0", + "description": "Lidarr", "main": "main.js", "scripts": { "build": "gulp build", @@ -9,7 +9,7 @@ }, "repository": { "type": "git", - "url": "git://github.com/Sonarr/Sonarr.git" + "url": "git://github.com/lidarr/Lidarr.git" }, "author": "", "license": "GPL-3.0", diff --git a/setup/nzbdrone.iss b/setup/nzbdrone.iss index e667c0d03..fd8094b0c 100644 --- a/setup/nzbdrone.iss +++ b/setup/nzbdrone.iss @@ -1,10 +1,10 @@ ; Script generated by the Inno Setup Script Wizard. ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! -#define AppName "Sonarr" -#define AppPublisher "Team Sonarr" -#define AppURL "https://sonarr.tv/" -#define ForumsURL "https://forums.sonarr.tv/" +#define AppName "Lidarr" +#define AppPublisher "Team Lidarr" +#define AppURL "https://lidarr.audio/" +#define ForumsURL "https://forums.lidarr.audio/" #define AppExeName "NzbDrone.exe" #define BuildNumber "2.0" #define BuildNumber GetEnv('BUILD_NUMBER') diff --git a/src/UI/System/Info/MoreInfo/MoreInfoViewTemplate.hbs b/src/UI/System/Info/MoreInfo/MoreInfoViewTemplate.hbs index 40c89af35..ad5ae103d 100644 --- a/src/UI/System/Info/MoreInfo/MoreInfoViewTemplate.hbs +++ b/src/UI/System/Info/MoreInfo/MoreInfoViewTemplate.hbs @@ -15,7 +15,7 @@
reddit.com/r/Lidarr
Source
-
github.com/Lidarr/Lidarr
+
github.com/Lidarr/Lidarr
Contributors
DB and API - Majora2007
@@ -25,8 +25,8 @@
Consultation - Galli-leo
Feature Requests
-
feathub.com/mattman86/Lidarr
-
github.com/mattman86/Lidarr/issues (Please post issues on the forum first and not on github)
+
feathub.com/lidarr/Lidarr
+
github.com/lidarr/Lidarr/issues (Please post issues on the forum first and not on github)