https://github.com/dnephin/turntable.fm-chat-bot
Ui Improvements and some TT helpers
https://github.com/dnephin/turntable.fm-chat-bot
Last synced: 24 days ago
JSON representation
Ui Improvements and some TT helpers
- Host: GitHub
- URL: https://github.com/dnephin/turntable.fm-chat-bot
- Owner: dnephin
- Created: 2011-09-25T01:04:54.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-05-14T05:23:52.000Z (almost 12 years ago)
- Last Synced: 2024-10-31T06:41:56.022Z (6 months ago)
- Language: CoffeeScript
- Homepage: http://i.imgur.com/D6SoA.png
- Size: 121 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Turntable.fm Bot
================This project has not been maintained for a while now.
Objectives
----------
- Prevent idle time from going over x seconds
- Automatically grab a DJ spot when one becomes available
- Respond to idle checks
- Greatly improve the UI and finding songs in the playlistBuild
-----
```
coffee --bare -l --watch --compile *.coffee
```Run Instructions
----------------
1. Modify config.coffee
2. Build the javascript using the command above
3. Host the js files somewhere (these instructions assume locally on port 80)
4. Run in the console:$.getScript('main.js')
Possible Additions
------------------
- activity rating for the room (average idle time in the room?)
- console log messages in the window
- fix upload button
- cancel afk response
- Identify songs that have been played recently, and alert if you have them
(or even just move them down the queue)
- call fixUI on room change, and reset handlers
- If the track is bombing, say something in chat and skip
- Lookup unknown artists on Freebase or last.fm to determine proximity to a
good/bad artist and vote accordingly
- could I use python nltk to get a better idea of the sentence structure?