Skip to content

Commit

Permalink
Updated readme.md with build status and note on version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckechney committed Jan 2, 2020
1 parent a187553 commit 7c749ff
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
5 changes: 4 additions & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Ring Videos Downloader

[![Build Status](https://dev.azure.com/mckechney/RingVideos/_apis/build/status/mmckechney.RingVideos?branchName=master)](https://dev.azure.com/mckechney/RingVideos/_build/latest?definitionId=12&branchName=master)

This simple console app (written in .NET Core) will allow you do perform a bulk download of your [Ring.com](https://www.ring.com) videos.
You can download videos based in a date range and/or if they are starred
## Usage
Expand All @@ -16,7 +19,7 @@ options:
--password Your Ring password. Note: You can also save this an an environment variable: RingPassword
```


With version 1.2, the app will also save your settings to a local config file. This will allow you to just re-run the app with no parameters and have it download the videos since your last run.
## Credits
This console app and API library was based off of:
[php-ring-api](https://github.com/jeroenmoors/php-ring-api) by [Jeroen Moors](https://github.com/jeroenmoors) and
Expand Down
9 changes: 8 additions & 1 deletion RingVideos.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29209.62
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RingVideos", "RingVideos\RingVideos.csproj", "{629818B2-9DDC-4E2B-89A0-4B019590A0DF}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RingVideos", "RingVideos\RingVideos.csproj", "{629818B2-9DDC-4E2B-89A0-4B019590A0DF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{61057E05-7E45-482E-95D1-7D1CA2726304}"
ProjectSection(SolutionItems) = preProject
azure-pipelines.yml = azure-pipelines.yml
License.md = License.md
ReadMe.md = ReadMe.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down

0 comments on commit 7c749ff

Please sign in to comment.