diff --git a/README.md b/README.md index ea9f27c..c2bf36a 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Experimental music bot for xmpp similar to discord music bots. - Fix the memory management (kinda fixed (?) but in return sometimes quality drops when someone is using commands) -- Add Alastor references +- Add Alastor references - Allow to prefer low latency over quality (ngl I prefer quality over latency) @@ -83,12 +83,17 @@ Take a look at file named `config.ini` in the bot folder. Edit it (every config ## Manual Start ```bash # Ensure you are in your python environment -python3 xmpp_radio_bot.py -c config.ini +python3 radio_bot.py -c config.ini +``` + +```bash +# If you want to debug issues +python3 radio_bot.py -c config.ini -v ``` ## Usage -The bot mostly uses OMEMO encrypted messages. You may need to "Trust" the bot's fingerprint in your client (Gajim/Conversations/Dino) for commands to work if encryption is active. Plaintext works too but I do not check it mostly since OMEMO is good anyways. +The bot mostly uses OMEMO encrypted messages. You may need to "Trust" the bot's fingerprint in your client for commands to work if encryption is active. Plaintext works too but I do not check it mostly since OMEMO is good anyways. Inside the DMs with the bot (or inside the bot control muc configured) type "!help" to see how can the bot used. @@ -96,8 +101,16 @@ Inside the DMs with the bot (or inside the bot control muc configured) type "!he v0.1 Absolute Solver -- Main testing version +- First version -v0.2 Branded Pens! +v0.2 Branded Pens -- Future version \ No newline at end of file +- Better memory management + +- Add Dino calls support + +- Add SoundCloud and BandCamp search + +- Add local file search + +- More search results are shown \ No newline at end of file