Skip to content
Snippets Groups Projects
Commit fb86c6de authored by Bye's avatar Bye
Browse files

Misc repo stuff

parent ad23c7e4
No related branches found
No related tags found
No related merge requests found
node_modules/
\ No newline at end of file
...@@ -4,17 +4,11 @@ ...@@ -4,17 +4,11 @@
<option name="autoReloadType" value="SELECTIVE" /> <option name="autoReloadType" value="SELECTIVE" />
</component> </component>
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="dc2eda89-ce72-4bfb-9c82-f9fb4ab5dde0" name="Changes" comment="We're playing audio!!!"> <list default="true" id="dc2eda89-ce72-4bfb-9c82-f9fb4ab5dde0" name="Changes" comment="A somewhat working player!">
<change afterPath="$PROJECT_DIR$/waves/examples/hls.test.html" afterDir="false" /> <change afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
<change afterPath="$PROJECT_DIR$/waves/src/misc/sorting.js" afterDir="false" /> <change afterPath="$PROJECT_DIR$/README.md" afterDir="false" />
<change afterPath="$PROJECT_DIR$/waves/src/sources/radio-browser.js" afterDir="false" />
<change afterPath="$PROJECT_DIR$/waves/src/sources/rteProvider.js" afterDir="false" />
<change afterPath="$PROJECT_DIR$/waves/src/sources/searchProvider.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/waves/examples/player_basic.html" beforeDir="false" afterPath="$PROJECT_DIR$/waves/examples/player_basic.html" afterDir="false" /> <change beforePath="$PROJECT_DIR$/waves/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/waves/package.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/waves/src/embed.html" beforeDir="false" afterPath="$PROJECT_DIR$/waves/src/embed.html" afterDir="false" />
<change beforePath="$PROJECT_DIR$/waves/src/station.js" beforeDir="false" afterPath="$PROJECT_DIR$/waves/src/station.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/waves/src/waves.js" beforeDir="false" afterPath="$PROJECT_DIR$/waves/src/waves.js" afterDir="false" />
</list> </list>
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_CONFLICTS" value="true" />
...@@ -155,7 +149,7 @@ ...@@ -155,7 +149,7 @@
<workItem from="1742575186970" duration="8123000" /> <workItem from="1742575186970" duration="8123000" />
<workItem from="1743364249485" duration="16000" /> <workItem from="1743364249485" duration="16000" />
<workItem from="1743776325534" duration="22032000" /> <workItem from="1743776325534" duration="22032000" />
<workItem from="1743849081632" duration="1848000" /> <workItem from="1743849081632" duration="4730000" />
</task> </task>
<task id="LOCAL-00001" summary="Lets start over. (Not bumping version because thats stupid)"> <task id="LOCAL-00001" summary="Lets start over. (Not bumping version because thats stupid)">
<option name="closed" value="true" /> <option name="closed" value="true" />
...@@ -181,7 +175,15 @@ ...@@ -181,7 +175,15 @@
<option name="project" value="LOCAL" /> <option name="project" value="LOCAL" />
<updated>1742594326850</updated> <updated>1742594326850</updated>
</task> </task>
<option name="localTasksCounter" value="4" /> <task id="LOCAL-00004" summary="A somewhat working player!">
<option name="closed" value="true" />
<created>1743851316301</created>
<option name="number" value="00004" />
<option name="presentableId" value="LOCAL-00004" />
<option name="project" value="LOCAL" />
<updated>1743851316301</updated>
</task>
<option name="localTasksCounter" value="5" />
<servers /> <servers />
</component> </component>
<component name="TypeScriptGeneratedFilesManager"> <component name="TypeScriptGeneratedFilesManager">
...@@ -202,6 +204,7 @@ ...@@ -202,6 +204,7 @@
<MESSAGE value="Lets start over. (Not bumping version because thats stupid)" /> <MESSAGE value="Lets start over. (Not bumping version because thats stupid)" />
<MESSAGE value="Add NPM boilerplate" /> <MESSAGE value="Add NPM boilerplate" />
<MESSAGE value="We're playing audio!!!" /> <MESSAGE value="We're playing audio!!!" />
<option name="LAST_COMMIT_MESSAGE" value="We're playing audio!!!" /> <MESSAGE value="A somewhat working player!" />
<option name="LAST_COMMIT_MESSAGE" value="A somewhat working player!" />
</component> </component>
</project> </project>
\ No newline at end of file
# waves
This repo holds files related to `waves`, the javascript library.
For `waves`, the web application, please look at `waves-player`
\ No newline at end of file
{ {
"name": "waves", "name": "@byemc/waves",
"version": "5.0.0", "version": "5.0.0-superduperalpha-1",
"description": "radio playing library for node js", "description": "radio playing library for node js",
"repository": { "repository": {
"type": "git", "type": "git",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment