Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Messere authored Aug 2, 2018
1 parent ef691b9 commit a027e1d
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,18 @@
# foo_strm
foobar2000 component which adds support for .strm files (as used by Kodi)

[Kodi](https://kodi.tv/) supports simple, one item playlists, containing a single URL to stream. This tiny component adds
support for `.strm` files.

`.strm` are basically text files with `.strm` extension with URL inside:

```text
http://radiojazzfm.radiokitstream.org/radiojazzfm.mp3
```

If you save this line as "RadioJazzFm.strm" file, you cand open it in Kodi and play the stream. `Foo_strm` plugin allows doing the same in [foobar2000](http://foobar2000.com/), assuming that stream format is supported.

See more details about `.strm` files [here](https://kodi.wiki/view/Internet_video_and_audio_streams#The_.STRM_file_method:).

## Installation

Download latest `foo_strm.fb2k-component` from [releases](https://github.com/Messere/foo_strm/releases) page and double click it to open in foobar2000.

0 comments on commit a027e1d

Please sign in to comment.