Messere / foo_strm

foobar2000 component which adds support for .strm files (as used by Kodi)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

foo_strm

Kodi supports simple, one item playlists, containing a single URL to stream. This tiny component adds support for .strm files to foobar2000.

What are .strm files?

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

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

If you save this line as "RadioJazzFm.strm" file, you can 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.

Installation

Download latest foo_strm.fb2k-component from releases page and double click it to open in foobar2000.

About

foobar2000 component which adds support for .strm files (as used by Kodi)

License:MIT License


Languages

Language:C++ 99.1%Language:C 0.9%