mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-21 23:32:27 +00:00
Update readme, replace sonarr->lidarr
This commit is contained in:
parent
fa80bca2c9
commit
a8b40ce1f6
12 changed files with 32 additions and 30 deletions
2
.github/ISSUE_TEMPLATE.md
vendored
2
.github/ISSUE_TEMPLATE.md
vendored
|
@ -2,4 +2,4 @@
|
||||||
|
|
||||||
|
|
||||||
Provide a description of the feature request or bug, the more details the better.
|
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)
|
||||||
|
|
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -101,7 +101,7 @@ App_Data/*.ldf
|
||||||
_NCrunch_*
|
_NCrunch_*
|
||||||
_TeamCity*
|
_TeamCity*
|
||||||
|
|
||||||
# Sonarr
|
# Lidarr
|
||||||
config.xml
|
config.xml
|
||||||
nzbdrone.log*txt
|
nzbdrone.log*txt
|
||||||
UpdateLogs/
|
UpdateLogs/
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Sonarr
|
Lidarr
|
4
CLA.md
4
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.
|
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 ##
|
## 1. Definitions ##
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# How to Contribute #
|
# 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 ##
|
## Documentation ##
|
||||||
Setup guides, FAQ, the more information we have on the wiki the better.
|
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 ###
|
### 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)*
|
2. Clone (develop branch) *you may need pull in submodules separately if you client doesn't clone them automatically (CurlSharp)*
|
||||||
3. Run `npm install`
|
3. Run `npm install`
|
||||||
4. Run `npm start` - Used to compile the UI components and copy them.
|
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
|
5. Compile in Visual Studio
|
||||||
|
|
||||||
### Contributing Code ###
|
### 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)
|
- 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 Sonarr's develop branch, don't merge
|
- Rebase from Lidarr's develop branch, don't merge
|
||||||
- Make meaningful commits, or squash them
|
- 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
|
- 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
|
- Reach out to us on the forums or on IRC if you have any questions
|
||||||
|
|
|
@ -18,13 +18,13 @@ Lidarr is a music collection manager for Usenet and BitTorrent users. It can mon
|
||||||
|
|
||||||
## Feature Requests
|
## 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:
|
## Configuring Development Environment:
|
||||||
|
|
||||||
### Requirements
|
### 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)
|
* [Git](https://git-scm.com/downloads)
|
||||||
* [NodeJS](https://nodejs.org/en/download/)
|
* [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`
|
* Grab the submodules `git submodule init && git submodule update`
|
||||||
* Install the required Node Packages `npm install`
|
* 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.
|
* 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.*
|
*Please note gulp must be running at all times while you are working with Lidarr client source files.*
|
||||||
|
|
||||||
|
|
8
debian/control
vendored
8
debian/control
vendored
|
@ -2,11 +2,11 @@ Section: web
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Sonarr <contact@nzbdrone.com>
|
Maintainer: Sonarr <contact@nzbdrone.com>
|
||||||
Source: nzbdrone
|
Source: nzbdrone
|
||||||
Homepage: https://sonarr.tv
|
Homepage: https://lidarr.audio
|
||||||
Vcs-Git: git@github.com:Sonarr/Sonarr.git
|
Vcs-Git: git@github.com:lidarr/Lidarr.git
|
||||||
Vcs-Browser: https://github.com/Sonarr/Sonarr
|
Vcs-Browser: https://github.com/lidarr/Lidarr
|
||||||
|
|
||||||
Package: nzbdrone
|
Package: nzbdrone
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: libmono-cil-dev (>= 3.2), sqlite3 (>= 3.7), mediainfo (>= 0.7.52)
|
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
|
||||||
|
|
4
debian/copyright
vendored
4
debian/copyright
vendored
|
@ -1,9 +1,9 @@
|
||||||
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||||
Upstream-Name: nzbdrone
|
Upstream-Name: nzbdrone
|
||||||
Source: https://github.com/Sonarr/Sonarr
|
Source: https://github.com/lidarr/Lidarr
|
||||||
|
|
||||||
Files: *
|
Files: *
|
||||||
Copyright: 2010-2016 Sonarr <hello@sonarr.tv>
|
Copyright: 2010-2016 Lidarr <hello@lidarr.audio>
|
||||||
|
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
|
|
||||||
|
|
|
@ -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
|
// you can use this if you don't care about the server code and just want to work
|
||||||
// with the web code.
|
// 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);
|
console.log('Checking for latest version:', url);
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "Sonarr",
|
"name": "Lidarr",
|
||||||
"version": "2.0.0",
|
"version": "1.0.0",
|
||||||
"description": "Sonarr",
|
"description": "Lidarr",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "gulp build",
|
"build": "gulp build",
|
||||||
|
@ -9,7 +9,7 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/Sonarr/Sonarr.git"
|
"url": "git://github.com/lidarr/Lidarr.git"
|
||||||
},
|
},
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
; Script generated by the Inno Setup Script Wizard.
|
; Script generated by the Inno Setup Script Wizard.
|
||||||
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
||||||
|
|
||||||
#define AppName "Sonarr"
|
#define AppName "Lidarr"
|
||||||
#define AppPublisher "Team Sonarr"
|
#define AppPublisher "Team Lidarr"
|
||||||
#define AppURL "https://sonarr.tv/"
|
#define AppURL "https://lidarr.audio/"
|
||||||
#define ForumsURL "https://forums.sonarr.tv/"
|
#define ForumsURL "https://forums.lidarr.audio/"
|
||||||
#define AppExeName "NzbDrone.exe"
|
#define AppExeName "NzbDrone.exe"
|
||||||
#define BuildNumber "2.0"
|
#define BuildNumber "2.0"
|
||||||
#define BuildNumber GetEnv('BUILD_NUMBER')
|
#define BuildNumber GetEnv('BUILD_NUMBER')
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
<dd><a href="https://reddit.com/r/Lidarr/">reddit.com/r/Lidarr</a></dd>
|
<dd><a href="https://reddit.com/r/Lidarr/">reddit.com/r/Lidarr</a></dd>
|
||||||
|
|
||||||
<dt>Source</dt>
|
<dt>Source</dt>
|
||||||
<dd><a href="https://github.com/mattman86/Lidarr/">github.com/Lidarr/Lidarr</a></dd>
|
<dd><a href="https://github.com/lidarr/Lidarr/">github.com/Lidarr/Lidarr</a></dd>
|
||||||
|
|
||||||
<dt>Contributors</dt>
|
<dt>Contributors</dt>
|
||||||
<dd>DB and API - <a href="https://github.com/majora2007">Majora2007</a></dd>
|
<dd>DB and API - <a href="https://github.com/majora2007">Majora2007</a></dd>
|
||||||
|
@ -25,8 +25,8 @@
|
||||||
<dd>Consultation - <a href="https://github.com/galli-leo">Galli-leo</a></dd>
|
<dd>Consultation - <a href="https://github.com/galli-leo">Galli-leo</a></dd>
|
||||||
|
|
||||||
<dt>Feature Requests</dt>
|
<dt>Feature Requests</dt>
|
||||||
<dd><a href="http://feathub.com/mattman86/Lidarr/">feathub.com/mattman86/Lidarr</a></dd>
|
<dd><a href="http://feathub.com/lidarr/Lidarr/">feathub.com/lidarr/Lidarr</a></dd>
|
||||||
<dd><a href="https://github.com/mattman86/Lidarr/issues">github.com/mattman86/Lidarr/issues</a> <b>(Please post issues on the forum first and not on github)</b></dd>
|
<dd><a href="https://github.com/lidarr/Lidarr/issues">github.com/lidarr/Lidarr/issues</a> <b>(Please post issues on the forum first and not on github)</b></dd>
|
||||||
</dl>
|
</dl>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue