Skip to content

Commit

Permalink
add Rdio Scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
eekdood committed Dec 29, 2024
1 parent 160ff95 commit f9edf29
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
7 changes: 7 additions & 0 deletions RdioScanner/RdioScanner.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

namespace App\SupportedApps\RdioScanner;

class RdioScanner extends \App\SupportedApps
{
}
10 changes: 10 additions & 0 deletions RdioScanner/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"appid": "79ed8d7ba9a16cdb777cdfef4c725c7ac14566d1",
"name": "Rdio Scanner",
"website": "https://github.com/chuot/rdio-scanner",
"license": "GNU General Public License v3.0 or later",
"description": "Rdio Scanner is an open source software that ingest and distribute audio files generated by various software-defined radio recorders. Its interface tries to reproduce the user experience of a real police scanner, while adding its own touch.",
"enhanced": false,
"tile_background": "dark",
"icon": "rdioscanner.png"
}
Binary file added RdioScanner/rdioscanner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f9edf29

Please sign in to comment.