Skip to content

meequrox/radio2transistor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

radio2transistor

Convert bookmarks from desktop radio apps to Android Transistor radio app via backup archive. The URL Radio app is also supported as it is a fork of Transistor.

Currently supported programs:

Screenshots

Goodvibes

Radiotray-NG

Installation

On GNU/Linux you need to install these libraries manually:

  • TinyXML2 (Debian: libtinyxml2-dev, Arch: tinyxml2)
  • Minizip (Debian: libminizip-dev, Arch: minizip)

On Windows, these libraries will be downloaded automatically, as xmake is used. If Visual Studio is not installed, you need to install MSVC compiler manually.

git clone https://github.com/meequrox/radio2transistor.git

cd radio2transistor

xmake require

xmake build

The compiled files will be located in the build/{OS}/{ARCH}/release/ directory.

Usage

# Print help message
./radio2transistor -h

# Print bookmarks files paths
./radio2transistor -g

# Common use
./radio2transistor -i ~/.local/share/goodvibes/stations.xml

The transistor-backup.zip archive will be created in the current working directory. It can be imported into Transistor via settings.

When you import any backup, it will replace your existing Transistor stations.

About

Convert bookmarks from desktop radio apps to Android Transistor radio app

Topics

Resources

License

Stars

Watchers

Forks