Git Product home page Git Product logo

radioterm's Introduction

Release badge

What is RadioTerm?

RadioTerm is a simple to use and lightweight console online radio player for Windows and Linux.

Prerequisite

You need libvlc installed on Linux. It should come with a standard installation of VLC Player.

Adding a station

Press a to add a station. You will be asked to provide a name and a URL. Make sure to provide the URL of the stream itself not the URL of the website, otherwise you'll see an error. An easy way of retrieving the stream url is by starting the audiostream on the website and using [].slice.call(document.getElementsByTagName('audio')).map(el => el.src) in the browser console to get a list of urls.

Deleting a station

Stations can be deleted by pressing the d key, which brings up a small menu. Use the arrow down and up keys to select a station. On Enter the selected station will be deleted

Files being created

RadioTerm saves your stations in a .json file under

  • C:\Users\[YourUsername]\AppData\Roaming\RadioTerm on Windows
  • XDG_CONFIG_HOME/RadioTerm on Linux

Building the project

Clone the repository clean solution then build it using VS2019.

RadioTerm uses following NuGet packages:

Release

Get the latest release here

Windows: Releases are currently on hold as I need to cherrypick the parts from libvlc that are required.

radioterm's People

Contributors

schgab avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

radioterm's Issues

Extensions.cs is mssing from the project

When trying to build the project in VS 2019 I get the build error Source file 'C:\git\RadioTerm\RadioTerm\Extensions.cs' could not be found.

It is referenced in project file but isn't included in the repo.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.