https://github.com/jgthms/rails-itunes-albums-rating-app
Simple app for rating your iTunes albums
https://github.com/jgthms/rails-itunes-albums-rating-app
Last synced: 19 days ago
JSON representation
Simple app for rating your iTunes albums
- Host: GitHub
- URL: https://github.com/jgthms/rails-itunes-albums-rating-app
- Owner: jgthms
- License: mit
- Created: 2013-07-19T10:35:04.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-07-19T11:11:22.000Z (almost 12 years ago)
- Last Synced: 2025-02-09T10:43:11.377Z (2 months ago)
- Language: Ruby
- Homepage:
- Size: 676 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Rails iTunes Albums rating app
===============================Simple app for rating your iTunes albums.

## How to
* Open iTunes in 'Songs' layout and only display the Name, Album, Artist, and Year columns (in that order)

* Select everything and copy to your clipboard (Ctrl + C or Cmd + C)
* Open your text editor and create a new document
* Make sure your indent settings are set to **Tab** (and not Spaces)
* Save the files as 'itunes.txt' and place it at your app root
* Setup your 'Albums' database using the provided schema
* Run rake import:itunes. It will use your 'itunes.txt' to import your albums, by avoiding duplicates.
* Run your server. You'll be able to rate your albums from 8 to 10. Feel free to add more options.## Sorting
For albums rated 8 to 10, you can sort them by accessing /list/10 for example. It uses the 'sortable' feature of the jQuery UI library.
## To-Do
* Working on a way to export your favorite albums in a clean HTML format. Example: [http://jthom.as/culture/albums](http://jthom.as/culture/albums)