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 a027e1d commit bb12754
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
# foo_strm

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

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

`.strm` are basically text files with `.strm` extension containing single URL inside, e.g.:

```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.
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, 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:).

Expand Down

0 comments on commit bb12754

Please sign in to comment.