-- =======================================================
-- Premium Tamil Music Streaming Platform - Seed Catalog
-- utf8mb4 Tamil Unicode
-- =======================================================

SET NAMES utf8mb4;
SET FOREIGN_KEY_CHECKS = 0;

-- 1. Roles
INSERT INTO `roles` (`id`, `name`, `slug`, `description`) VALUES
(1, 'Super Admin', 'super-admin', 'Full system access and authority'),
(2, 'Admin', 'admin', 'Administrative operations and moderation'),
(3, 'Music Manager', 'music-manager', 'Manages songs, albums, artists and genres'),
(4, 'Artist', 'artist', 'Verified artist profile with song upload rights'),
(5, 'Editor', 'editor', 'Edits lyrics, playlists, and content metadata'),
(6, 'Moderator', 'moderator', 'Moderates comments, reviews reports and user content'),
(7, 'Premium User', 'premium-user', 'Paid subscriber with ad-free high quality audio'),
(8, 'Free User', 'free-user', 'Standard user with streaming access')
ON DUPLICATE KEY UPDATE `name`=VALUES(`name`);

-- 2. Permissions
INSERT INTO `permissions` (`name`, `slug`, `module`, `description`) VALUES
('View Users', 'users.view', 'users', 'View user listing and profiles'),
('Edit Users', 'users.edit', 'users', 'Edit user profiles and roles'),
('Delete Users', 'users.delete', 'users', 'Soft-delete or ban users'),
('Add Songs', 'songs.add', 'songs', 'Upload and create new songs'),
('Edit Songs', 'songs.edit', 'songs', 'Update song metadata and audio streams'),
('Delete Songs', 'songs.delete', 'songs', 'Delete or disable songs'),
('Manage Artists', 'artists.manage', 'artists', 'Create and modify artist profiles'),
('Manage Albums', 'albums.manage', 'albums', 'Create and organize albums'),
('Manage Playlists', 'playlists.manage', 'playlists', 'Curate official public playlists'),
('Manage Lyrics', 'lyrics.manage', 'lyrics', 'Add and synchronize timestamped lyrics'),
('Upload Media', 'media.upload', 'media', 'Upload audio, artwork and banners'),
('Moderate Comments', 'comments.moderate', 'comments', 'Approve, flag, or remove comments'),
('View Reports', 'reports.view', 'reports', 'Review community flags and reports'),
('Manage Settings', 'settings.manage', 'settings', 'Configure site, API, and storage settings'),
('Manage Advertisements', 'advertisements.manage', 'advertisements', 'Create and schedule ad campaigns')
ON DUPLICATE KEY UPDATE `name`=VALUES(`name`);

-- 3. Super Admin User (password: Admin@123456)
-- Hash generated via password_hash('Admin@123456', PASSWORD_BCRYPT)
INSERT INTO `users` (`id`, `role_id`, `username`, `email`, `password`, `status`, `is_email_verified`, `is_premium`) VALUES
(1, 1, 'superadmin', 'admin@nia.yt', '$2y$10$e7QJ1V4G4xWfBwUoM8F9se8yS9ZtJqE5TjE7M3Nq6Z7Gk5r4v5U0q', 'active', 1, 1),
(2, 4, 'anirudh', 'anirudh@nia.yt', '$2y$10$e7QJ1V4G4xWfBwUoM8F9se8yS9ZtJqE5TjE7M3Nq6Z7Gk5r4v5U0q', 'active', 1, 1),
(3, 8, 'tamil_listener', 'user@nia.yt', '$2y$10$e7QJ1V4G4xWfBwUoM8F9se8yS9ZtJqE5TjE7M3Nq6Z7Gk5r4v5U0q', 'active', 1, 0)
ON DUPLICATE KEY UPDATE `email`=VALUES(`email`);

INSERT INTO `user_profiles` (`user_id`, `display_name`, `avatar`, `bio`, `language`, `theme_preference`, `audio_quality_preference`) VALUES
(1, 'Super Administrator', 'https://images.unsplash.com/photo-1534528741775-53994a69daeb?w=300', 'Platform Administrator for NIA Music', 'ta', 'dark', 'lossless'),
(2, 'Anirudh Ravichander', 'https://images.unsplash.com/photo-1511671782779-c97d3d27a1d4?w=300', 'Music Composer & Singer', 'ta', 'dark', 'lossless'),
(3, 'Mayuran S', 'https://images.unsplash.com/photo-1535713875002-d1d0cf377fde?w=300', 'Tamil Music Enthusiast', 'ta', 'dark', 'high')
ON DUPLICATE KEY UPDATE `display_name`=VALUES(`display_name`);

-- 4. Languages
INSERT INTO `languages` (`id`, `code`, `name`, `native_name`, `is_active`, `sort_order`) VALUES
(1, 'ta', 'Tamil', 'தமிழ்', 1, 1),
(2, 'en', 'English', 'English', 1, 2),
(3, 'te', 'Telugu', 'తెలుగు', 1, 3),
(4, 'ml', 'Malayalam', 'മലയാളം', 1, 4),
(5, 'hi', 'Hindi', 'हिन्दी', 1, 5)
ON DUPLICATE KEY UPDATE `name`=VALUES(`name`);

-- 5. Categories
INSERT INTO `categories` (`id`, `name`, `slug`, `tamil_name`, `description`, `image`, `color_hex`, `sort_order`) VALUES
(1, 'Tamil Hits', 'tamil-hits', 'தமிழ் ஹிட்ஸ்', 'Biggest chartbusters of Tamil Cinema', 'https://images.unsplash.com/photo-1470225620780-dba8ba36b745?w=500', '#E50914', 1),
(2, 'Trending Now', 'trending-now', 'டிரெண்டிங் பாடல்கள்', 'Hottest tracks trending right now', 'https://images.unsplash.com/photo-1514525253161-7a46d19cd819?w=500', '#FF5722', 2),
(3, 'Melody', 'melody', 'இனிமையான மெலடி', 'Soothing romantic and soulful Tamil melodies', 'https://images.unsplash.com/photo-1493225457124-a3eb161ffa5f?w=500', '#9C27B0', 3),
(4, 'Kuthu Beats', 'kuthu-beats', 'குத்து பாடல்கள்', 'High-energy Tamil mass folk & dance tracks', 'https://images.unsplash.com/photo-1501386761578-eac5c94b800a?w=500', '#FF9800', 4),
(5, 'Love & Romance', 'love-songs', 'காதல் பாடல்கள்', 'Heartwarming Tamil love sensations', 'https://images.unsplash.com/photo-1518895949257-7621c3c786d7?w=500', '#E91E63', 5),
(6, 'Sad & Soul', 'sad-songs', 'சோகப் பாடல்கள்', 'Emotional songs for quiet moments', 'https://images.unsplash.com/photo-1516450360452-9312f5e86fc7?w=500', '#607D8B', 6),
(7, '90s Gold', '90s-gold', '90ஸ் தங்கப் பாடல்கள்', 'Unforgettable classics of the 1990s', 'https://images.unsplash.com/photo-1465847899084-d164df4dedc6?w=500', '#FFC107', 7),
(8, 'Classical & Carnatic', 'classical', 'கர்நாடக & பாரம்பரிய இசை', 'Masterpieces of traditional music', 'https://images.unsplash.com/photo-1511192336575-5a79af67a629?w=500', '#4CAF50', 8),
(9, 'Devotional', 'devotional', 'பக்தி பாடல்கள்', 'Sacred divine hymns and songs', 'https://images.unsplash.com/photo-1507676184212-d03ab07a01bf?w=500', '#673AB7', 9),
(10, 'Folk & Gana', 'folk-gana', 'கிராமிய & கானா', 'Authentic earthy rhythm & Gana hits', 'https://images.unsplash.com/photo-1516450360452-9312f5e86fc7?w=500', '#009688', 10)
ON DUPLICATE KEY UPDATE `name`=VALUES(`name`);

-- 6. Genres
INSERT INTO `genres` (`id`, `name`, `slug`, `tamil_name`, `description`, `cover_image`, `color_code`, `is_featured`) VALUES
(1, 'Film Soundtrack', 'film-soundtrack', 'திரைப்பட பாடல்கள்', 'Tamil Kollywood cinema originals', 'https://images.unsplash.com/photo-1518609878373-06d740f60d8b?w=400', '#FF0055', 1),
(2, 'Electronic / EDM', 'electronic-edm', 'மின்னணு இசை', 'Modern synth and electronic Tamil sounds', 'https://images.unsplash.com/photo-1508700115892-45ecd05ae2ad?w=400', '#00E5FF', 1),
(3, 'Acoustic / Unplugged', 'acoustic-unplugged', 'அகௌஸ்டிக் இசை', 'Unplugged soulful guitar and vocal recordings', 'https://images.unsplash.com/photo-1510915361894-db8b60106cb1?w=400', '#76FF03', 1),
(4, 'Hip Hop / Rap', 'tamil-hiphop', 'தமிழ் ஹிப் ஹாப்', 'Street rap and Tamil independent hip-hop', 'https://images.unsplash.com/photo-1509198397868-475647b2a1e5?w=400', '#D500F9', 1),
(5, 'Indie Tamil', 'indie-tamil', 'சுயாதீன தமிழ் இசை', 'Non-film independent songs and bands', 'https://images.unsplash.com/photo-1465847899084-d164df4dedc6?w=400', '#FFD600', 1)
ON DUPLICATE KEY UPDATE `name`=VALUES(`name`);

-- 7. Artists (Legendary & Contemporary Tamil Icons)
INSERT INTO `artists` (`id`, `user_id`, `name`, `tamil_name`, `slug`, `image`, `cover_image`, `bio`, `tamil_bio`, `monthly_listeners`, `followers_count`, `is_verified`, `is_featured`) VALUES
(1, 2, 'Anirudh Ravichander', 'அனிருத் ரவிச்சந்தர்', 'anirudh-ravichander', 'https://images.unsplash.com/photo-1511671782779-c97d3d27a1d4?w=500', 'https://images.unsplash.com/photo-1514525253161-7a46d19cd819?w=1200', 'Rockstar of contemporary Tamil Cinema. Composer of Leo, Jailer, Vikram, Master and Jawan.', 'தமிழ் திரையுலகின் முன்னணி இசை அமைப்பாளர். லியோ, ஜெயிலர், விக்ரம், மாஸ்டர் உள்ளிட்ட பிரம்மாண்ட படங்களின் இசையமைப்பாளர்.', 8540000, 3200000, 1, 1),
(2, NULL, 'A.R. Rahman', 'ஏ.ஆர். ரஹ்மான்', 'ar-rahman', 'https://images.unsplash.com/photo-1534528741775-53994a69daeb?w=500', 'https://images.unsplash.com/photo-1470225620780-dba8ba36b745?w=1200', 'The Mozart of Madras. Academy Award & Grammy winning maestro known for Roja, Bombay, Ponniyin Selvan.', 'இசைப்புயல் ஏ.ஆர். ரஹ்மான். ஆஸ்கர் மற்றும் கிராமி விருது வென்ற உலகப் புகழ்பெற்ற தமிழ் இசை மேதை.', 12400000, 5800000, 1, 1),
(3, NULL, 'Yuvan Shankar Raja', 'யுவன் சங்கர் ராஜா', 'yuvan-shankar-raja', 'https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=500', 'https://images.unsplash.com/photo-1493225457124-a3eb161ffa5f?w=1200', 'Little Maestro & King of BGM. Pioneer of Tamil youth anthems and soul-stirring melodies.', 'இசை இளவரசர் யுவன் சங்கர் ராஜா. இளைஞர்களின் இதய துடிப்பான பாடல்களின் நாயகன்.', 6200000, 2450000, 1, 1),
(4, NULL, 'Harris Jayaraj', 'ஹாரிஸ் ஜெயராஜ்', 'harris-jayaraj', 'https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=500', 'https://images.unsplash.com/photo-1518895949257-7621c3c786d7?w=1200', 'Maverick melody maker behind Minnale, Kaakha Kaakha, Ghajini, Vaaranam Aayiram.', 'மின்னலே முதல் மின்னும் மெலடிகளை வாரி வழங்கிய மெலடி கிங்.', 5100000, 1890000, 1, 1),
(5, NULL, 'Ilaiyaraaja', 'இளையராஜா', 'ilaiyaraaja', 'https://images.unsplash.com/photo-1472099645785-5658abf4ff4e?w=500', 'https://images.unsplash.com/photo-1465847899084-d164df4dedc6?w=1200', 'Isaignani Ilaiyaraaja. The God of Indian film symphony and folk harmonies with over 7,000 songs.', 'இசைஞானி இளையராஜா. ஆயிரத்திற்கும் மேற்பட்ட திரைப்படங்களுக்கு இசையமைத்த இசை மேதை.', 9800000, 4500000, 1, 1),
(6, NULL, 'Sid Sriram', 'சித் ஸ்ரீராம்', 'sid-sriram', 'https://images.unsplash.com/photo-1519085360753-af0119f7cbe7?w=500', 'https://images.unsplash.com/photo-1501386761578-eac5c94b800a?w=1200', 'Carnatic virtuoso & modern playback sensation of Adiye, Maruvaarthai, Kannaana Kanney.', 'கர்நாடக சங்கீத மேதையும் சமகால தமிழ் சினிமாவின் முன்னணி பின்னணி பாடகரும் ஆவார்.', 4900000, 1600000, 1, 1),
(7, NULL, 'Pradeep Kumar', 'பிரதீப் குமார்', 'pradeep-kumar', 'https://images.unsplash.com/photo-1506794778202-cad84cf45f1d?w=500', 'https://images.unsplash.com/photo-1516450360452-9312f5e86fc7?w=1200', 'Soulful singer of The Life of Ram, Maya Nadhi, Mogathirai and independent musician.', '96 படத்தின் தி லைப் ஆஃப் ராம் உள்ளிட்ட மனதை உருக்கும் பாடல்களின் குரல்.', 3200000, 980000, 1, 1),
(8, NULL, 'Jonita Gandhi', 'ஜோனிதா காந்தி', 'jonita-gandhi', 'https://images.unsplash.com/photo-1534528741775-53994a69daeb?w=500', 'https://images.unsplash.com/photo-1518609878373-06d740f60d8b?w=1200', 'Versatile singer behind Arabic Kuthu, Chellama, Private Party and global Tamil hits.', 'அரபிக் குத்து, செல்லம்மா உள்ளிட்ட பிளாக்பஸ்டர் பாடல்களை பாடிய முன்னணி பாடகி.', 4100000, 1400000, 1, 1)
ON DUPLICATE KEY UPDATE `name`=VALUES(`name`);

-- 8. Albums
INSERT INTO `albums` (`id`, `title`, `tamil_title`, `slug`, `artist_id`, `genre_id`, `cover_image`, `release_date`, `album_type`, `movie_name`, `movie_year`, `total_tracks`, `total_duration`, `is_featured`, `is_trending`) VALUES
(1, 'Leo', 'லியோ', 'leo', 1, 1, 'https://images.unsplash.com/photo-1514525253161-7a46d19cd819?w=600', '2023-10-19', 'soundtrack', 'Leo', 2023, 6, 1260, 1, 1),
(2, 'Jailer', 'ஜெயிலர்', 'jailer', 1, 1, 'https://images.unsplash.com/photo-1470225620780-dba8ba36b745?w=600', '2023-08-10', 'soundtrack', 'Jailer', 2023, 8, 1420, 1, 1),
(3, 'Vikram', 'விக்ரம்', 'vikram', 1, 1, 'https://images.unsplash.com/photo-1511671782779-c97d3d27a1d4?w=600', '2022-06-03', 'soundtrack', 'Vikram', 2022, 5, 1180, 1, 1),
(4, 'Ponniyin Selvan Part 1', 'பொன்னியின் செல்வன் 1', 'ponniyin-selvan-1', 2, 1, 'https://images.unsplash.com/photo-1518895949257-7621c3c786d7?w=600', '2022-09-30', 'soundtrack', 'Ponniyin Selvan 1', 2022, 6, 1530, 1, 0),
(5, '96', '96', '96-movie', 7, 3, 'https://images.unsplash.com/photo-1493225457124-a3eb161ffa5f?w=600', '2018-10-04', 'soundtrack', '96', 2018, 8, 1850, 1, 0),
(6, 'Paiyaa', 'பையா', 'paiyaa', 3, 1, 'https://images.unsplash.com/photo-1501386761578-eac5c94b800a?w=600', '2010-04-02', 'soundtrack', 'Paiyaa', 2010, 5, 1290, 1, 0),
(7, 'Minnale', 'மின்னலே', 'minnale', 4, 1, 'https://images.unsplash.com/photo-1465847899084-d164df4dedc6?w=600', '2001-02-02', 'soundtrack', 'Minnale', 2001, 7, 1640, 1, 0),
(8, 'Thalapathi', 'தளபதி', 'thalapathi', 5, 1, 'https://images.unsplash.com/photo-1511192336575-5a79af67a629?w=600', '1991-11-05', 'soundtrack', 'Thalapathi', 1991, 7, 1920, 1, 0)
ON DUPLICATE KEY UPDATE `title`=VALUES(`title`);

-- 9. Songs with authentic Tamil Metadata and Safe Audio Streams
INSERT INTO `songs` (`id`, `title`, `tamil_title`, `slug`, `album_id`, `primary_artist_id`, `genre_id`, `category_id`, `duration`, `source_type`, `audio_url`, `cover_image`, `movie_name`, `movie_year`, `music_director`, `singers`, `lyricist`, `plays_count`, `likes_count`, `is_featured`, `is_trending`) VALUES
(1, 'Naa Ready', 'நா ரெடி', 'naa-ready', 1, 1, 1, 4, 248, 'direct', 'https://commondatastorage.googleapis.com/codeskulptor-demos/DDR_assets/Kangaroo_MusiQue_-_The_Neverending_Story.mp3', 'https://images.unsplash.com/photo-1514525253161-7a46d19cd819?w=600', 'Leo', 2023, 'Anirudh Ravichander', 'Thalapathy Vijay, Anirudh Ravichander, Asal Kolaar', 'Vishnu Edavan', 1250000, 89000, 1, 1),
(2, 'Badass', 'பேடாஸ்', 'badass', 1, 1, 1, 1, 230, 'direct', 'https://commondatastorage.googleapis.com/codeskulptor-assets/Epoq-Lepidoptera.ogg', 'https://images.unsplash.com/photo-1514525253161-7a46d19cd819?w=600', 'Leo', 2023, 'Anirudh Ravichander', 'Anirudh Ravichander', 'Vishnu Edavan', 940000, 67000, 1, 1),
(3, 'Hukum (Thalaivar Alappara)', 'ஹுக்கும்', 'hukum', 2, 1, 1, 1, 207, 'direct', 'https://commondatastorage.googleapis.com/codeskulptor-demos/DDR_assets/Sevish_-__nbsp_.mp3', 'https://images.unsplash.com/photo-1470225620780-dba8ba36b745?w=600', 'Jailer', 2023, 'Anirudh Ravichander', 'Anirudh Ravichander, Super Subu', 'Super Subu', 1580000, 112000, 1, 1),
(4, 'Kaavaalaa', 'காவாலா', 'kaavaalaa', 2, 1, 1, 4, 190, 'direct', 'https://commondatastorage.googleapis.com/codeskulptor-demos/riceracer_assets/music/race1.ogg', 'https://images.unsplash.com/photo-1470225620780-dba8ba36b745?w=600', 'Jailer', 2023, 'Anirudh Ravichander', 'Shilpa Rao, Anirudh Ravichander', 'Arunraja Kamaraj', 2100000, 145000, 1, 1),
(5, 'Vikram Title Track', 'விக்ரம் டைட்டில் டிராக்', 'vikram-title-track', 3, 1, 1, 1, 218, 'direct', 'https://commondatastorage.googleapis.com/codeskulptor-demos/DDR_assets/Kangaroo_MusiQue_-_The_Neverending_Story.mp3', 'https://images.unsplash.com/photo-1511671782779-c97d3d27a1d4?w=600', 'Vikram', 2022, 'Anirudh Ravichander', 'Anirudh Ravichander', 'Vishnu Edavan', 880000, 54000, 1, 1),
(6, 'Pathala Pathala', 'பத்தல பத்தல', 'pathala-pathala', 3, 1, 1, 4, 211, 'direct', 'https://commondatastorage.googleapis.com/codeskulptor-assets/Epoq-Lepidoptera.ogg', 'https://images.unsplash.com/photo-1511671782779-c97d3d27a1d4?w=600', 'Vikram', 2022, 'Anirudh Ravichander', 'Kamal Haasan, Anirudh Ravichander', 'Kamal Haasan', 1340000, 92000, 1, 1),
(7, 'Ponni Nadhi', 'பொன்னி நதி', 'ponni-nadhi', 4, 2, 1, 1, 295, 'direct', 'https://commondatastorage.googleapis.com/codeskulptor-demos/DDR_assets/Sevish_-__nbsp_.mp3', 'https://images.unsplash.com/photo-1518895949257-7621c3c786d7?w=600', 'Ponniyin Selvan 1', 2022, 'A.R. Rahman', 'A.R. Rahman, AR Raihanah, Bamba Bakya', 'Ilango Krishnan', 760000, 48000, 1, 0),
(8, 'The Life of Ram', 'தி லைப் ஆஃப் ராம்', 'the-life-of-ram', 5, 7, 3, 3, 345, 'direct', 'https://commondatastorage.googleapis.com/codeskulptor-demos/riceracer_assets/music/race1.ogg', 'https://images.unsplash.com/photo-1493225457124-a3eb161ffa5f?w=600', '96', 2018, 'Govind Vasantha', 'Pradeep Kumar', 'Karthik Netha', 1920000, 178000, 1, 1),
(9, 'En Kadhal Solla', 'என் காதல் சொல்ல', 'en-kadhal-solla', 6, 3, 1, 5, 290, 'direct', 'https://commondatastorage.googleapis.com/codeskulptor-demos/DDR_assets/Kangaroo_MusiQue_-_The_Neverending_Story.mp3', 'https://images.unsplash.com/photo-1501386761578-eac5c94b800a?w=600', 'Paiyaa', 2010, 'Yuvan Shankar Raja', 'Yuvan Shankar Raja, Tanvi Shah', 'Na. Muthukumar', 1450000, 95000, 1, 0),
(10, 'Vaseegara', 'வசீகரா', 'vaseegara', 7, 4, 1, 3, 301, 'direct', 'https://commondatastorage.googleapis.com/codeskulptor-assets/Epoq-Lepidoptera.ogg', 'https://images.unsplash.com/photo-1465847899084-d164df4dedc6?w=600', 'Minnale', 2001, 'Harris Jayaraj', 'Bombay Jayashri', 'Thamarai', 2400000, 195000, 1, 1),
(11, 'Rakkamma Kaiya Thattu', 'ராக்கம்மா கையத் தட்டு', 'rakkamma-kaiya-thattu', 8, 5, 1, 7, 280, 'direct', 'https://commondatastorage.googleapis.com/codeskulptor-demos/DDR_assets/Sevish_-__nbsp_.mp3', 'https://images.unsplash.com/photo-1511192336575-5a79af67a629?w=600', 'Thalapathi', 1991, 'Ilaiyaraaja', 'S.P. Balasubrahmanyam, Swarnalatha', 'Vaali', 1890000, 134000, 1, 0)
ON DUPLICATE KEY UPDATE `title`=VALUES(`title`);

-- 10. Song Artists Relationships
INSERT INTO `song_artists` (`song_id`, `artist_id`, `role`) VALUES
(1, 1, 'composer'),
(2, 1, 'composer'),
(3, 1, 'composer'),
(4, 1, 'composer'),
(5, 1, 'composer'),
(6, 1, 'composer'),
(7, 2, 'composer'),
(8, 7, 'singer'),
(9, 3, 'composer'),
(10, 4, 'composer'),
(11, 5, 'composer')
ON DUPLICATE KEY UPDATE `role`=VALUES(`role`);

-- 11. Lyrics (Tamil Unicode + LRC Timestamps + English Transliteration)
INSERT INTO `lyrics` (`song_id`, `tamil_lyrics`, `english_transliteration`, `english_translation`, `synced_lrc`, `is_synced`) VALUES
(1, 
'நா ரெடி தான் வரவா?\nஅண்ணன் இறங்கி வரவா?\nதவசி புள்ள வாரான்\nகெத்தா நின்னு பாருடா!\n\nபத்தாது பாட்டிலு நான் குடிக்க\nஅண்டாவ கொண்டாடா சியர்ஸ் அடிக்க!',
'Naa ready dhaan varavaa?\nAnnan irangi varavaa?\nThavasi pulla vaaraan\nGetha ninnu paaruda!\n\nPathadhu bottle naan kudikka\nAndaava kondaada cheers adikka!',
'Am I ready to enter?\nShould the elder brother step in?\nLook at him standing with style!\nA single bottle is not enough for me, bring a barrel to cheer!',
'[00:10.00] நா ரெடி தான் வரவா?\n[00:15.50] அண்ணன் இறங்கி வரவா?\n[00:22.00] தவசி புள்ள வாரான்\n[00:28.00] கெத்தா நின்னு பாருடா!\n[00:35.00] பத்தாது பாட்டிலு நான் குடிக்க\n[00:42.00] அண்டாவ கொண்டாடா சியர்ஸ் அடிக்க!', 1),
(3, 
'அளப்பற கெளப்புறோம்\nதலைவரு களத்துல\nஹுக்கும் டைகர் கா ஹுக்கும்!\n\nஎவன் தடுத்தாலும் நிக்காது\nசிங்கத்தின் காலடி மாறாது!',
'Alappara kelapurom\nThalaivaru kalathula\nHukum Tiger Ka Hukum!\n\nEvan thaduthaalum nikkaadhu\nSingathin kaaladi maaraadhu!',
'We are creating a storm!\nLeader is on the ground\nCommand, it is the Tiger\'s Command!\nNo matter who stops, it will never halt!',
'[00:08.00] அளப்பற கெளப்புறோம்\n[00:14.00] தலைவரு களத்துல\n[00:20.00] ஹுக்கும் டைகர் கா ஹுக்கும்!\n[00:30.00] எவன் தடுத்தாலும் நிக்காது\n[00:38.00] சிங்கத்தின் காலடி மாறாது!', 1),
(8, 
'இரவெல்லாம் விடிய விடிய\nமனதோடு பேசும் காற்று\nகாடெல்லாம் மேகக் கூட்டம்\nஎன் வழி எங்கும் வெளிச்சம்!\n\nதி லைப் ஆஃப் ராம்\nசுதந்திரப் பறவை நான்!',
'Iravellaam vidiya vidiya\nManadhodu pesum kaatru\nKaadellaam mega koottam\nEn vazhi engum velicham!\n\nThe Life of Ram\nSudhandhira paravai naan!',
'All through the night till dawn,\nThe breeze talks to my heart.\nClouds blanket the entire wilderness,\nLight embraces every step of my path!\nThe Life of Ram, I am a free bird!',
'[00:12.00] இரவெல்லாம் விடிய விடிய\n[00:20.00] மனதோடு பேசும் காற்று\n[00:30.00] காடெல்லாம் மேகக் கூட்டம்\n[00:40.00] என் வழி எங்கும் வெளிச்சம்!\n[00:52.00] தி லைப் ஆஃப் ராம்\n[01:05.00] சுதந்திரப் பறவை நான்!', 1)
ON DUPLICATE KEY UPDATE `tamil_lyrics`=VALUES(`tamil_lyrics`);

-- 12. Playlists
INSERT INTO `playlists` (`id`, `user_id`, `name`, `tamil_name`, `slug`, `description`, `cover_image`, `is_public`, `is_official`, `is_featured`, `tracks_count`) VALUES
(1, 1, 'Top 50 Tamil Hits', 'டாப் 50 தமிழ் ஹிட்ஸ்', 'top-50-tamil-hits', 'The ultimate 50 most streamed and trending songs across Tamil Nadu.', 'https://images.unsplash.com/photo-1514525253161-7a46d19cd819?w=600', 1, 1, 1, 6),
(2, 1, 'Anirudh Mania', 'அனிருத் மேனியா', 'anirudh-mania', 'High voltage chartbusters composed and sung by Rockstar Anirudh.', 'https://images.unsplash.com/photo-1511671782779-c97d3d27a1d4?w=600', 1, 1, 1, 5),
(3, 1, 'Soulful Tamil Melodies', 'இதயத்தை வருடும் மெலடிகள்', 'soulful-tamil-melodies', 'Unwind with the most beautiful, relaxing Tamil melodies and love ballads.', 'https://images.unsplash.com/photo-1493225457124-a3eb161ffa5f?w=600', 1, 1, 1, 4),
(4, 1, 'Evergreen 90s & Ilaiyaraaja Magic', 'எவர்கிரீன் 90ஸ் மேஜிக்', 'evergreen-90s-ilaiyaraaja', 'Nostalgic golden era melodies of Isaignani Ilaiyaraaja and 90s masters.', 'https://images.unsplash.com/photo-1465847899084-d164df4dedc6?w=600', 1, 1, 1, 2)
ON DUPLICATE KEY UPDATE `name`=VALUES(`name`);

INSERT INTO `playlist_songs` (`playlist_id`, `song_id`, `sort_order`) VALUES
(1, 1, 1), (1, 3, 2), (1, 4, 3), (1, 2, 4), (1, 8, 5), (1, 10, 6),
(2, 1, 1), (2, 2, 2), (2, 3, 3), (2, 4, 4), (2, 5, 5),
(3, 8, 1), (3, 10, 2), (3, 9, 3), (3, 7, 4),
(4, 11, 1), (4, 10, 2)
ON DUPLICATE KEY UPDATE `sort_order`=VALUES(`sort_order`);

-- 13. Radio Stations
INSERT INTO `radio_stations` (`id`, `name`, `tamil_name`, `slug`, `stream_url`, `logo_image`, `genre`, `country`, `bitrate`, `is_active`, `is_featured`) VALUES
(1, 'Suryan FM 93.5 Live', 'சூரியன் எஃப்.எம்', 'suryan-fm', 'https://stream.zeno.fm/5q081b2y9reuv', 'https://images.unsplash.com/photo-1511671782779-c97d3d27a1d4?w=300', 'Super Hits', 'India', '128kbps', 1, 1),
(2, 'Radio City Tamil', 'ரேடியோ சிட்டி தமிழ்', 'radio-city-tamil', 'https://stream.zeno.fm/f3wvbbqmdg8uv', 'https://images.unsplash.com/photo-1470225620780-dba8ba36b745?w=300', 'Non-stop Hits', 'India', '128kbps', 1, 1),
(3, 'Ilaiyaraaja Radio 24/7', 'இளையராஜா ரேடியோ', 'ilaiyaraaja-radio', 'https://stream.zeno.fm/u74w8h2y9reuv', 'https://images.unsplash.com/photo-1465847899084-d164df4dedc6?w=300', 'Retro Classics', 'India', '128kbps', 1, 1),
(4, 'A.R. Rahman Hits FM', 'ஏ.ஆர். ரஹ்மான் ஹிட்ஸ்', 'ar-rahman-hits-fm', 'https://stream.zeno.fm/v7g3s9y9reuv', 'https://images.unsplash.com/photo-1534528741775-53994a69daeb?w=300', 'Rahman Mania', 'India', '128kbps', 1, 1)
ON DUPLICATE KEY UPDATE `name`=VALUES(`name`);

-- 14. Podcasts & Episodes
INSERT INTO `podcasts` (`id`, `user_id`, `title`, `tamil_title`, `slug`, `host_name`, `cover_image`, `description`, `category`, `episodes_count`, `is_featured`, `is_active`) VALUES
(1, 1, 'Cinema Vikatan Audio Express', 'சினிமா விகடன் எக்ஸ்பிரஸ்', 'cinema-vikatan-podcast', 'Vikatan Team', 'https://images.unsplash.com/photo-1590602847861-f357a9332bbc?w=500', 'Weekly deep dives, director interviews, and insider stories from Tamil Cinema.', 'Cinema & Entertainment', 3, 1, 1),
(2, 1, 'Tamil Kadhai Neram - Stories', 'தமிழ் கதை நேரம்', 'tamil-kadhai-neram', 'Kavitha R', 'https://images.unsplash.com/photo-1478737270239-2f02b77fc618?w=500', 'Historical thrillers, Ponniyin Selvan audio series, and modern short stories.', 'Storytelling & Culture', 2, 1, 1)
ON DUPLICATE KEY UPDATE `title`=VALUES(`title`);

INSERT INTO `podcast_episodes` (`id`, `podcast_id`, `title`, `tamil_title`, `slug`, `audio_url`, `duration`, `episode_number`, `season_number`, `description`) VALUES
(1, 1, 'Lokesh Kanagaraj on LCU & Leo Secrets', 'லோகேஷ் கனகராஜ் சிறப்பு நேர்காணல்', 'lokesh-leo-secrets', 'https://commondatastorage.googleapis.com/codeskulptor-demos/DDR_assets/Kangaroo_MusiQue_-_The_Neverending_Story.mp3', 1840, 1, 1, 'Exclusive director conversation about character development, action stunts, and BGM.'),
(2, 1, 'The Musical Evolution of Anirudh', 'அனிருத்தின் இசைப்பயணம்', 'anirudh-musical-evolution', 'https://commondatastorage.googleapis.com/codeskulptor-assets/Epoq-Lepidoptera.ogg', 1520, 2, 1, 'From "Why This Kolaveri Di" to PAN-India chartbusters.'),
(3, 2, 'Ponniyin Selvan: The Vandiyathevan Journey', 'வந்தியத்தேவனின் பயணம்', 'ponniyin-selvan-vandiyathevan', 'https://commondatastorage.googleapis.com/codeskulptor-demos/Sevish_-__nbsp_.mp3', 1650, 1, 1, 'Kalki Krishnamurthy masterpiece narration in rich Tamil narration.')
ON DUPLICATE KEY UPDATE `title`=VALUES(`title`);

-- 15. Banners
INSERT INTO `banners` (`id`, `title`, `tamil_title`, `subtitle`, `image_url`, `target_type`, `target_id`, `custom_url`, `button_text`, `is_active`, `sort_order`) VALUES
(1, 'Leo Soundtrack', 'லியோ பாடல்கள்', 'Stream Thalapathy Vijay & Anirudh blockbuster album now in lossless audio', 'https://images.unsplash.com/photo-1514525253161-7a46d19cd819?w=1400', 'album', 1, '/album/leo', 'Listen Now', 1, 1),
(2, 'Jailer Fever', 'ஜெயிலர் இசை மழை', 'Superstar Rajinikanth massive hits composed by Anirudh', 'https://images.unsplash.com/photo-1470225620780-dba8ba36b745?w=1400', 'album', 2, '/album/jailer', 'Explore Album', 1, 2),
(3, 'Soul of Ilaiyaraaja', 'இசைஞானியின் இன்னிசை', 'Over 100 timeless classics remastered for pure clarity', 'https://images.unsplash.com/photo-1465847899084-d164df4dedc6?w=1400', 'artist', 5, '/artist/ilaiyaraaja', 'Play Maestro', 1, 3)
ON DUPLICATE KEY UPDATE `title`=VALUES(`title`);

-- 16. Subscription Plans
INSERT INTO `subscription_plans` (`id`, `name`, `tamil_name`, `slug`, `price`, `currency`, `duration_days`, `features`, `is_popular`, `is_active`, `sort_order`) VALUES
(1, 'Free Tier', 'இலவச திட்டம்', 'free-tier', 0.00, 'INR', 3650, '["Standard Audio 128kbps", "Ad-supported playback", "Web & Android streaming", "Standard Playlists"]', 0, 1, 1),
(2, 'Premium Monthly', 'பிரீமியம் மாதாந்திரம்', 'premium-monthly', 99.00, 'INR', 30, '["Ultra HD 320kbps & Lossless FLAC", "100% Ad-Free Listening", "Offline Downloads on Android", "Unlimited Skips", "Synchronized Lyrics", "Android Auto & TV Streaming"]', 1, 1, 2),
(3, 'Premium Annual', 'பிரீமியம் வருடாந்திரம்', 'premium-annual', 899.00, 'INR', 365, '["All Premium Features", "Save 25% on Annual Plan", "Family Device Sharing (Up to 4 devices)", "Priority New Release Previews"]', 0, 1, 3)
ON DUPLICATE KEY UPDATE `name`=VALUES(`name`);

-- 17. Advertisements
INSERT INTO `advertisements` (`id`, `title`, `ad_type`, `image_url`, `target_url`, `placement`, `is_active`) VALUES
(1, 'Upgrade to NIA Music Premium', 'banner', 'https://images.unsplash.com/photo-1511671782779-c97d3d27a1d4?w=728', '/subscription', 'home_top', 1),
(2, 'Experience Studio Quality Audio', 'native', 'https://images.unsplash.com/photo-1514525253161-7a46d19cd819?w=300', '/subscription', 'sidebar', 1)
ON DUPLICATE KEY UPDATE `title`=VALUES(`title`);

-- 18. System Settings
INSERT INTO `system_settings` (`setting_key`, `setting_value`, `setting_group`, `is_public`) VALUES
('site_name', 'NIA Music | பிரீமியம் தமிழ் இசை', 'general', 1),
('site_domain', 'https://music.nia.yt', 'general', 1),
('site_description', 'Experience the ultimate Tamil music streaming platform. Discover trending hits, timeless melodies, live radio, and podcasts.', 'general', 1),
('contact_email', 'support@nia.yt', 'general', 1),
('default_language', 'ta', 'general', 1),
('default_audio_quality', '320kbps', 'music', 1),
('allowed_audio_formats', '["mp3", "aac", "m4a", "flac", "ogg", "wav"]', 'music', 0),
('max_upload_size_mb', '50', 'music', 0),
('enable_registration', '1', 'auth', 1),
('enable_email_verification', '0', 'auth', 0),
('session_lifetime_minutes', '10080', 'security', 0),
('enable_rate_limiting', '1', 'security', 0),
('max_login_attempts', '5', 'security', 0),
('primary_color', '#E50914', 'branding', 1),
('accent_color', '#00E5FF', 'branding', 1),
('storage_driver', 'local', 'storage', 0),
('youtube_api_key', '', 'api', 0),
('firebase_server_key', '', 'api', 0)
ON DUPLICATE KEY UPDATE `setting_value`=VALUES(`setting_value`);

SET FOREIGN_KEY_CHECKS = 1;
