Skip to content

Commit a8b40ce

Browse files
committed
Update readme, replace sonarr->lidarr
1 parent fa80bca commit a8b40ce

12 files changed

Lines changed: 32 additions & 30 deletions

File tree

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
Provide a description of the feature request or bug, the more details the better.
5-
Please use https://forums.sonarr.tv/ for support or other questions. (When in doubt, use the forums)
5+
Please use http://lidarr.audio for support or other questions. (When in doubt, use the forums)

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ App_Data/*.ldf
101101
_NCrunch_*
102102
_TeamCity*
103103

104-
# Sonarr
104+
# Lidarr
105105
config.xml
106106
nzbdrone.log*txt
107107
UpdateLogs/

.idea/.name

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CLA.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Sonarr Individual Contributor License Agreement #
1+
# Lidarr Individual Contributor License Agreement #
22

3-
Thank you for your interest in contributing to Sonarr ("We" or "Us").
3+
Thank you for your interest in contributing to Lidarr ("We" or "Us").
44
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.
55

66
## 1. Definitions ##

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# How to Contribute #
22

3-
We're always looking for people to help make Sonarr even better, there are a number of ways to contribute.
3+
We're always looking for people to help make Lidarr even better, there are a number of ways to contribute.
44

55
## Documentation ##
66
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.
1515

1616
### Getting started ###
1717

18-
1. Fork Sonarr
18+
1. Fork Lidarr
1919
2. Clone (develop branch) *you may need pull in submodules separately if you client doesn't clone them automatically (CurlSharp)*
2020
3. Run `npm install`
2121
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.
2424
5. Compile in Visual Studio
2525

2626
### Contributing Code ###
27-
- 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)
28-
- Rebase from Sonarr's develop branch, don't merge
27+
- 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)
28+
- Rebase from Lidarr's develop branch, don't merge
2929
- Make meaningful commits, or squash them
3030
- Feel free to make a pull request before work is complete, this will let us see where its at and make comments/suggest improvements
3131
- Reach out to us on the forums or on IRC if you have any questions

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ Lidarr is a music collection manager for Usenet and BitTorrent users. It can mon
1818

1919
## Feature Requests
2020

21-
[![Feature Requests](http://feathub.com/mattman86/Lidarr?format=svg)](http://feathub.com/mattman86/Lidarr)
21+
[![Feature Requests](http://feathub.com/lidarr/Lidarr?format=svg)](http://feathub.com/lidarr/Lidarr)
2222

2323
## Configuring Development Environment:
2424

2525
### Requirements
2626

27-
* Visual Studio 2015 (https://www.visualstudio.com/vs/)
27+
* Visual Studio 2015 or higher (https://www.visualstudio.com/vs/). The community version is free and works (https://www.visualstudio.com/downloads/).
2828
* [Git](https://git-scm.com/downloads)
2929
* [NodeJS](https://nodejs.org/en/download/)
3030

@@ -35,6 +35,8 @@ Lidarr is a music collection manager for Usenet and BitTorrent users. It can mon
3535
* Grab the submodules `git submodule init && git submodule update`
3636
* Install the required Node Packages `npm install`
3737
* Start gulp to monitor your dev environment for any changes that need post processing using `npm start` command.
38+
* Run the project in Visual Studio
39+
* Open http://localhost:8686
3840

3941
*Please note gulp must be running at all times while you are working with Lidarr client source files.*
4042

debian/control

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ Section: web
22
Priority: optional
33
Maintainer: Sonarr <[email protected]>
44
Source: nzbdrone
5-
Homepage: https://sonarr.tv
6-
Vcs-Git: [email protected]:Sonarr/Sonarr.git
7-
Vcs-Browser: https://github.com/Sonarr/Sonarr
5+
Homepage: https://lidarr.audio
6+
Vcs-Git: [email protected]:lidarr/Lidarr.git
7+
Vcs-Browser: https://github.com/lidarr/Lidarr
88

99
Package: nzbdrone
1010
Architecture: all
1111
Depends: libmono-cil-dev (>= 3.2), sqlite3 (>= 3.7), mediainfo (>= 0.7.52)
12-
Description: Sonarr is an internet PVR
12+
Description: Lidarr is a music collection manager

debian/copyright

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
22
Upstream-Name: nzbdrone
3-
Source: https://github.com/Sonarr/Sonarr
3+
Source: https://github.com/lidarr/Lidarr
44

55
Files: *
6-
Copyright: 2010-2016 Sonarr <hello@sonarr.tv>
6+
Copyright: 2010-2016 Lidarr <hello@lidarr.audio>
77

88
License: GPL-3.0+
99

gulp/start.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// will download and run sonarr (server) in a non-windows enviroment
1+
// will download and run Lidarr (server) in a non-windows enviroment
22
// you can use this if you don't care about the server code and just want to work
33
// with the web code.
44

@@ -31,7 +31,7 @@ function getLatest(cb) {
3131
}
3232
});
3333

34-
var url = 'http://services.sonarr.tv/v1/update/' + branch + '?os=osx';
34+
var url = 'http://services.lidarr.audio/v1/update/' + branch + '?os=osx';
3535

3636
console.log('Checking for latest version:', url);
3737

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"name": "Sonarr",
3-
"version": "2.0.0",
4-
"description": "Sonarr",
2+
"name": "Lidarr",
3+
"version": "1.0.0",
4+
"description": "Lidarr",
55
"main": "main.js",
66
"scripts": {
77
"build": "gulp build",
88
"start": "gulp watch"
99
},
1010
"repository": {
1111
"type": "git",
12-
"url": "git://github.com/Sonarr/Sonarr.git"
12+
"url": "git://github.com/lidarr/Lidarr.git"
1313
},
1414
"author": "",
1515
"license": "GPL-3.0",

0 commit comments

Comments
 (0)