Skip to content

Commit f78562a

Browse files
author
Mostey
committed
Updated README (contributions)
1 parent 7bbbde1 commit f78562a

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

README.md

+13-5
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ There isn't much to say about Loadify. It is (yet another) Spotify downloader th
1616

1717
Since audio files supplied by the client are encrypted, we needed to jump in a little bit earlier and thus used **libspotify**, the official Spotify library written in C (we actually use a C# wrapper that manages the transition from unmanaged to managed by marshalling). Since audio data is streamed into some type of callback once we told the API to load a certain track into the audio player, we just need to capture the data flying into this callback. The track is currently saved as `wave` file into the specified folder and then immediately gets converted to a `MP3` file.
1818

19+
20+
Contributions
21+
-
22+
Feel free to contribute by adding new features or translating Loadify into your native language.
23+
Don't know how to help with translating? No problem, we've set up a [wiki page](https://github.com/Mostey/loadify/wiki/Translations-and-Localization)
24+
that should help you with getting started. Please create an issue if you've any questions.
25+
26+
1927
Features
2028
-
2129

@@ -33,7 +41,7 @@ The login is as simple as it gets. You just enter your username and password you
3341
***
3442

3543
### Dashboard
36-
After logging in, a new window containing your dashboard will open up. The software will start to fetch your playlists and display them in the left pane.
44+
After logging in, a new window containing your dashboard will open up. The software will start to fetch your playlists and display them in the left pane.
3745

3846
<a href="url"><img src="http://i.epvpimg.com/yQNWf.jpg" align="center" height="100%" width="700" ></a>
3947

@@ -71,7 +79,7 @@ Each time you select a track, the software calculates the approximate time that
7179

7280
You might have also noted the red crosses before each track listing. This is an indicator that signals if the track already exists on the local file system in the specified download directory.
7381

74-
Once you have started the download contract, the download status bar in the lower left corner will become visible informing you about the current download status:
82+
Once you have started the download contract, the download status bar in the lower left corner will become visible informing you about the current download status:
7583

7684
* The progress bar represents the status of the track being download.
7785
* The drawing right from the progress bar contains the name of the track being downloaded
@@ -84,7 +92,7 @@ Once you have started the download contract, the download status bar in the lowe
8492

8593

8694
### Local Track detection
87-
Once you've downloaded some tracks, you probably don't want to download them again on the next time you use Loadify. And since you won't have the time to check each file on your file system if you've already downloaded that particular track, Loadify will do this automatically for you.
95+
Once you've downloaded some tracks, you probably don't want to download them again on the next time you use Loadify. And since you won't have the time to check each file on your file system if you've already downloaded that particular track, Loadify will do this automatically for you.
8896

8997
Tracks will be detected as existing if:
9098
* the filename matches the output format of music files converted by Loadify, i.e. `<Artists> - Track name`, as mentioned above
@@ -123,7 +131,7 @@ A dialog will be displayed prompting you to enter the link to the playlist you w
123131
* Spotify links (example: __spotify:user:spotify_germany:playlist:0QUQf1xMMbtArIbDjwi2Hf__)
124132

125133
Note the `/playlist/` and `:playlist:` section of the url.
126-
If the url provided is a valid url to a playlist, Loadify will fetch all of it's tracks and add the new playlist in the left panel.
134+
If the url provided is a valid url to a playlist, Loadify will fetch all of it's tracks and add the new playlist in the left panel.
127135

128136
<a href="url"><img src="http://i.epvpimg.com/8qh1g.jpg" align="center" height="100%" width="650"></a>
129137

@@ -135,7 +143,7 @@ Once you refresh your playlists, it will be removed if you choose to not permane
135143

136144

137145
#### Tracks
138-
For adding single tracks into an existing playlist, you need to right click one of the playlists and select __Add Track__.
146+
For adding single tracks into an existing playlist, you need to right click one of the playlists and select __Add Track__.
139147

140148
<a href="url"><img src="http://i.epvpimg.com/GAbHc.jpg" align="center" height="100%" width="350"></a>
141149

0 commit comments

Comments
 (0)