Commit graph

5 commits

Author SHA1 Message Date
Johan Lundberg
a2713e9fb1 Fix dropped albums list - remove duplicates and correct data
- Removed 15 albums incorrectly marked as dropped that are still in main list
- Fixed White Album duplication (was listed at both rank 29 and 502)
- Beatles albums Sgt. Pepper's (#24) and White Album (#29) are NOT dropped
- Final dropped albums: 7 genuinely removed albums (ranks 501-507)
- Updated JavaScript validation for correct range (1-507)
- Removed unnecessary cover art files for incorrectly marked albums

Correctly identifies only truly dropped albums from 2020→2023

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-01 01:03:11 +02:00
Johan Lundberg
016e6d9a40 Add cover art for all 23 dropped albums (ranks 501-523)
- Downloaded high-quality album artwork from iTunes API
- 100% success rate for all dropped albums
- Includes iconic covers: Sgt. Pepper's, White Album, Wu-Tang, Ziggy Stardust
- Also covers Hendrix, Beyoncé, Prince, Sex Pistols, and more
- Complete visual coverage for entire extended dataset (523 albums)
- New download script for dropped albums added to scripts/

All dropped albums now have proper cover art display

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-01 00:55:37 +02:00
Johan Lundberg
ceaa845127 Clean up repository by removing unnecessary files
- Removed HTML favicon creation files (create-favicon.html, favicon_generator.html)
- Removed log files (download_missing.log, failed_downloads.txt, server.log)
- Removed CSV backup files and old Wikipedia data file
- Removed duplicate cover file with incorrect encoding
- Removed covers_backup directory (not tracked by git)

Repository is now cleaner with only essential project files

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-01 00:40:00 +02:00
Johan Lundberg
462fdcfa84 Complete Top 500 Albums project with 100% data coverage and UI improvements
- Fixed Info/Description columns after regenerating CSV with clean Wikipedia data
- Remapped and downloaded missing album covers to match new rankings
- Modified website UI to show all description text without click-to-expand
- Added comprehensive Info/Description for all 500 albums using research
- Created multiple data processing scripts for album information completion
- Achieved 100% data completion with descriptions ending "(by Claude)" for new content
- All albums now have complete metadata and cover art

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-01 00:33:47 +02:00
Johan Lundberg
09b5491f8a added cover art 2025-07-01 00:05:56 +02:00