Update: Fix empty album and iOS playback issues, add diverse home content

This commit is contained in:
Khoa.vo 2025-12-17 13:58:34 +07:00
parent e1cb73f817
commit e23714bbd6
5 changed files with 17909 additions and 13684 deletions

View file

@ -130,8 +130,30 @@ async def get_playlist(id: str):
try:
from ytmusicapi import YTMusic
yt = YTMusic()
playlist_data = None
is_album = False
# Try as Album first if ID looks like an album (MPREb...) or just try block
if id.startswith("MPREb"):
try:
playlist_data = yt.get_album(id)
is_album = True
except:
pass
if not playlist_data:
try:
# ytmusicapi returns a dict with 'tracks' list
playlist_data = yt.get_playlist(id, limit=100)
except Exception as e:
# Fallback: Try as album if not tried yet
if not is_album:
try:
playlist_data = yt.get_album(id)
is_album = True
except:
raise e # Re-raise if both fail
# Format to match our app's Protocol
formatted_tracks = []
@ -146,17 +168,22 @@ async def get_playlist(id: str):
# Safely extract thumbnails
thumbnails = track.get('thumbnails', [])
if not thumbnails and is_album:
# Albums sometimes have thumbnails at root level, not per track
thumbnails = playlist_data.get('thumbnails', [])
cover_url = thumbnails[-1]['url'] if thumbnails else "https://placehold.co/300x300"
# Safely extract album
album_info = track.get('album')
album_name = album_info.get('name', 'Single') if album_info else "Single"
# If it's an album fetch, the album name is the playlist title
album_name = album_info.get('name', playlist_data.get('title')) if album_info else playlist_data.get('title', 'Single')
formatted_tracks.append({
"title": track.get('title', 'Unknown Title'),
"artist": artist_names,
"album": album_name,
"duration": track.get('duration_seconds', 0),
"duration": track.get('duration_seconds', track.get('length_seconds', 0)),
"cover_url": cover_url,
"id": track.get('videoId'),
"url": f"https://music.youtube.com/watch?v={track.get('videoId')}"
@ -167,10 +194,10 @@ async def get_playlist(id: str):
p_cover = thumbnails[-1]['url'] if thumbnails else "https://placehold.co/300x300"
formatted_playlist = {
"id": playlist_data.get('id'),
"id": playlist_data.get('browseId', playlist_data.get('id')),
"title": clean_title(playlist_data.get('title', 'Unknown')),
"description": clean_description(playlist_data.get('description', '')),
"author": playlist_data.get('author', {}).get('name', 'YouTube Music'),
"author": playlist_data.get('author', {}).get('name', 'YouTube Music') if not is_album else ", ".join([a.get('name','') for a in playlist_data.get('artists', [])]),
"cover_url": p_cover,
"tracks": formatted_tracks
}
@ -403,7 +430,7 @@ async def stream_audio(id: str):
print(f"DEBUG: Fetching new stream URL for '{id}'")
url = f"https://www.youtube.com/watch?v={id}"
ydl_opts = {
'format': 'bestaudio/best',
'format': 'bestaudio[ext=m4a]/best[ext=mp4]/best', # Prefer m4a/aac for iOS
'quiet': True,
'noplaylist': True,
}

View file

@ -1,13 +1,13 @@
{
"id": "PLpY7hx7jry7zc4zspi_fBhWQt8z5jrJ8z",
"title": "Best Vietnamese Songs 2025 - Popular Vietnamese Songs 2025 Playlist (Top Vietnamese Music 2025-2026)",
"description": "Best Vietnamese Songs 2025 - Popular Vietnamese Songs 2025 Playlist (Top Vietnamese Music 2025-2026)\n\nIf you liked this playlist, we recommend you also listen to these music lists:\n\n1. Most Popular Vietnamese Songs 2025 - Best of Vietnamese Music 2025 Playlist (Famous Vietnamese Songs 2025-2026) - https://goplaylists.com/56624\n2. New Vietnamese Songs 2025 - Latest Vietnamese Song 2025 Playlist (New Vietnam Music 2025-2026) - https://goplaylists.com/13081\n\nFind our playlist with these keywords: popular vietnamese songs 2025, top vietnamese songs 2025, best vietnamese music 2025, vietnam music playlist, top vietnamese music 2025, vietnam playlist 2025, vietnamese songs 2025, popular, vietnamese songs, vietnam playlist music, best vietnamese songs 2025, vietnamese playlist 2025, vietnamese hits 2025, vietnamese songs, top vietnam music 2025, vietnam song playlist, top 10 vietnamese songs, vietnam music chart 2025, vietnamese song trends\n\nDive deep into the mesmerizing world of Vietnamese music with a curated collection of the year's most compelling tracks. Experience the rhythm, the emotion, and the soulful voices of Vietnam's top artists. Each song has been handpicked to represent the heartbeat of Vietnam's contemporary music scene, bringing to you an array of melodies that resonate with the beauty and culture of this enchanting nation. Whether you're a longtime fan or a newcomer to Vietnamese tunes, this selection is bound to captivate your senses and take you on an unforgettable musical journey \ud83c\udfb5.\n\nIn the next year, the playlist is going to be titled: Best Vietnamese Songs 2026 - Popular Vietnamese Songs 2026 Playlist (Top Vietnamese Music 2026-2027)\n Last year, the playlist was titled: Best Vietnamese Songs 2024 - Popular Vietnamese Songs 2024 Playlist (Top Vietnamese Music 2024-2025)\n\nShare your thoughts on our playlist: contact@red-music.com",
"id": "VLPLpY7hx7jry7zc4zspi_fBhWQt8z5jrJ8z",
"title": "Best Vietnamese Songs 2026 - Popular Vietnamese Songs 2026 Playlist (Top Vietnamese Music 2026-2027)",
"description": "Best Vietnamese Songs 2026 - Popular Vietnamese Songs 2026 Playlist (Top Vietnamese Music 2026-2027)\n\nIf you liked this playlist, we recommend you also listen to these music lists:\n\n1. Most Popular Vietnamese Songs 2026 - Best of Vietnamese Music 2026 Playlist (Famous Vietnamese Songs 2026-2027) - https://goplaylists.com/56624\n2. New Vietnamese Songs 2026 - Latest Vietnamese Song 2026 Playlist (New Vietnam Music 2026-2027) - https://goplaylists.com/13081\n\nFind our playlist with these keywords: popular vietnamese songs 2026, top vietnamese songs 2026, best vietnamese music 2026, vietnam music playlist, top vietnamese music 2026, vietnam playlist 2026, vietnamese songs 2026, popular, vietnamese songs, vietnam playlist music, best vietnamese songs 2026, vietnamese playlist 2026, vietnamese hits 2026, vietnamese songs, top vietnam music 2026, vietnam song playlist, top 10 vietnamese songs, vietnam music chart 2026, vietnamese song trends\n\nDive deep into the mesmerizing world of Vietnamese music with a curated collection of the year's most compelling tracks. Experience the rhythm, the emotion, and the soulful voices of Vietnam's top artists. Each song has been handpicked to represent the heartbeat of Vietnam's contemporary music scene, bringing to you an array of melodies that resonate with the beauty and culture of this enchanting nation. Whether you're a longtime fan or a newcomer to Vietnamese tunes, this selection is bound to captivate your senses and take you on an unforgettable musical journey \ud83c\udfb5.\n\nIn the next year, the playlist is going to be titled: Best Vietnamese Songs 2027 - Popular Vietnamese Songs 2027 Playlist (Top Vietnamese Music 2027-2028)\n Last year, the playlist was titled: Best Vietnamese Songs 2025 - Popular Vietnamese Songs 2025 Playlist (Top Vietnamese Music 2025-2026)\n\nShare your thoughts on our playlist: contact@red-music.com",
"cover_url": "https://yt3.googleusercontent.com/JaOpEjRt9S4wYkuVMkbu_2NLadP4vtUfQIpUlfob8mgB3CuoX8AsAJ24tAtbNRXGD2AkekLlbkiU=s1200",
"tracks": [
{
"title": "Kh\u00f3a Ly Bi\u1ec7t (feat. Anh T\u00fa)",
"artist": "The Masked Singer",
"album": "Single",
"album": "Best Vietnamese Songs 2026 - Popular Vietnamese Songs 2026 Playlist (Top Vietnamese Music 2026-2027)",
"duration": 327,
"cover_url": "https://i.ytimg.com/vi/wEPX3V5T63M/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AMzJL3kG4sf2WSe1cO3TUeSG4cyGdPXJFg",
"id": "wEPX3V5T63M",
@ -16,7 +16,7 @@
{
"title": "T\u1eebng Ng\u00e0y Y\u00eau Em",
"artist": "buitruonglinh",
"album": "Single",
"album": "Best Vietnamese Songs 2026 - Popular Vietnamese Songs 2026 Playlist (Top Vietnamese Music 2026-2027)",
"duration": 222,
"cover_url": "https://i.ytimg.com/vi/f-VsoLm4i5c/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AMzJL3loMnKS_mCSDRyYu9wS_TYnA0NAgQ",
"id": "f-VsoLm4i5c",
@ -25,7 +25,7 @@
{
"title": "M\u1ea5t K\u1ebft N\u1ed1i",
"artist": "D\u01b0\u01a1ng Domic",
"album": "Single",
"album": "Best Vietnamese Songs 2026 - Popular Vietnamese Songs 2026 Playlist (Top Vietnamese Music 2026-2027)",
"duration": 208,
"cover_url": "https://i.ytimg.com/vi/lRsaDQtYqAo/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AMzJL3mvidflzqRlL9xdJeDUXZJg_UESRw",
"id": "lRsaDQtYqAo",
@ -34,7 +34,7 @@
{
"title": "m\u1ed9t \u0111\u1eddi (feat. buitruonglinh)",
"artist": "Bon Nghi\u00eam, 14 Casper",
"album": "Single",
"album": "Best Vietnamese Songs 2026 - Popular Vietnamese Songs 2026 Playlist (Top Vietnamese Music 2026-2027)",
"duration": 329,
"cover_url": "https://i.ytimg.com/vi/JgTZvDbaTtg/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AMzJL3lEKS8TNud8_GWknaWc0IQEQWBTgw",
"id": "JgTZvDbaTtg",
@ -43,7 +43,7 @@
{
"title": "V\u00f9ng An To\u00e0n",
"artist": "V#, B Ray",
"album": "Single",
"album": "Best Vietnamese Songs 2026 - Popular Vietnamese Songs 2026 Playlist (Top Vietnamese Music 2026-2027)",
"duration": 266,
"cover_url": "https://i.ytimg.com/vi/_XX248bq6Pw/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AMzJL3nKfVzeukJ8dCNJ_hzcyZAsvJ8upg",
"id": "_XX248bq6Pw",
@ -52,7 +52,7 @@
{
"title": "Qu\u00e2n A.P | C\u00f3 Ai H\u1eb9n H\u00f2 C\u00f9ng Em Ch\u01b0a",
"artist": "Qu\u00e2n A.P",
"album": "Single",
"album": "Best Vietnamese Songs 2026 - Popular Vietnamese Songs 2026 Playlist (Top Vietnamese Music 2026-2027)",
"duration": 319,
"cover_url": "https://i.ytimg.com/vi/zHDECJy0p7k/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AMzJL3nWDqcf0SVJtIipbWQqltt3cNu6eQ",
"id": "zHDECJy0p7k",
@ -61,7 +61,7 @@
{
"title": "b\u00ecnh y\u00ean - V\u0169. (feat. Binz)",
"artist": "V\u0169., Binz",
"album": "Single",
"album": "Best Vietnamese Songs 2026 - Popular Vietnamese Songs 2026 Playlist (Top Vietnamese Music 2026-2027)",
"duration": 203,
"cover_url": "https://i.ytimg.com/vi/f9P7_qWrf38/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AMzJL3kI5gsa8Jegzzu2vFpJBhLk58mGeg",
"id": "f9P7_qWrf38",
@ -70,7 +70,7 @@
{
"title": "n\u1ebfu l\u00fac \u0111\u00f3 (feat. 2pillz)",
"artist": "Tlinh",
"album": "Single",
"album": "Best Vietnamese Songs 2026 - Popular Vietnamese Songs 2026 Playlist (Top Vietnamese Music 2026-2027)",
"duration": 325,
"cover_url": "https://i.ytimg.com/vi/fyMgBQioTLo/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AMzJL3kNXGGAK5wy2ix4mQ1pNwlGLYUg0Q",
"id": "fyMgBQioTLo",
@ -79,7 +79,7 @@
{
"title": "\u0110\u1eebng L\u00e0m Tr\u00e1i Tim Anh \u0110au",
"artist": "S\u01a1n T\u00f9ng M-TP",
"album": "Single",
"album": "Best Vietnamese Songs 2026 - Popular Vietnamese Songs 2026 Playlist (Top Vietnamese Music 2026-2027)",
"duration": 326,
"cover_url": "https://i.ytimg.com/vi/abPmZCZZrFA/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AMzJL3nMzmdGlrfqmf8o9z-E5waTnqFXxA",
"id": "abPmZCZZrFA",
@ -88,7 +88,7 @@
{
"title": "N\u1ed7i \u0110au Gi\u1eefa H\u00f2a B\u00ecnh",
"artist": "H\u00f2a Minzy, Nguyen Van Chung",
"album": "Single",
"album": "Best Vietnamese Songs 2026 - Popular Vietnamese Songs 2026 Playlist (Top Vietnamese Music 2026-2027)",
"duration": 454,
"cover_url": "https://i.ytimg.com/vi/yHikkFeIHNA/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AMzJL3mhpsSG0tDGSBKkAK1X81aY1nrfgg",
"id": "yHikkFeIHNA",
@ -97,7 +97,7 @@
{
"title": "10 Shots",
"artist": "Dax",
"album": "Single",
"album": "Best Vietnamese Songs 2026 - Popular Vietnamese Songs 2026 Playlist (Top Vietnamese Music 2026-2027)",
"duration": 233,
"cover_url": "https://i.ytimg.com/vi/0XMFwdfMQmQ/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AMzJL3napt1cPSL4BTo7SSeDyrRUU7XF0Q",
"id": "0XMFwdfMQmQ",
@ -106,7 +106,7 @@
{
"title": "Ch\u0103m Hoa",
"artist": "MONO",
"album": "Single",
"album": "Best Vietnamese Songs 2026 - Popular Vietnamese Songs 2026 Playlist (Top Vietnamese Music 2026-2027)",
"duration": 260,
"cover_url": "https://i.ytimg.com/vi/WCm2elbTEZQ/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AMzJL3kW5xCqL0V0Q9miffXVKmSRnn3S8A",
"id": "WCm2elbTEZQ",
@ -115,7 +115,7 @@
{
"title": "id 072019",
"artist": "W/n",
"album": "Single",
"album": "Best Vietnamese Songs 2026 - Popular Vietnamese Songs 2026 Playlist (Top Vietnamese Music 2026-2027)",
"duration": 303,
"cover_url": "https://i.ytimg.com/vi/leJb3VhQCrg/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AMzJL3nWBTudc9VK3UqnpCgc_j8QYH3ugg",
"id": "leJb3VhQCrg",
@ -124,7 +124,7 @@
{
"title": "Gi\u1edd Th\u00ec",
"artist": "buitruonglinh",
"album": "Single",
"album": "Best Vietnamese Songs 2026 - Popular Vietnamese Songs 2026 Playlist (Top Vietnamese Music 2026-2027)",
"duration": 238,
"cover_url": "https://i.ytimg.com/vi/69ZDBWoj5YM/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AMzJL3krSRZmxC0XjjdQN0wwPoZbJ-unGQ",
"id": "69ZDBWoj5YM",
@ -133,7 +133,7 @@
{
"title": "ERIK - 'D\u00f9 cho t\u1eadn th\u1ebf (v\u1eabn y\u00eau em)' | Official MV | Valentine 2025",
"artist": "ERIK",
"album": "Single",
"album": "Best Vietnamese Songs 2026 - Popular Vietnamese Songs 2026 Playlist (Top Vietnamese Music 2026-2027)",
"duration": 301,
"cover_url": "https://i.ytimg.com/vi/js6JBdLzNn4/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AMzJL3nh_ITbZeDs1TJfrWuPEim8MKpj9g",
"id": "js6JBdLzNn4",
@ -142,7 +142,7 @@
{
"title": "Ng\u00e0y Mai Ng\u01b0\u1eddi Ta L\u1ea5y Ch\u1ed3ng",
"artist": "Th\u00e0nh \u0110\u1ea1t",
"album": "Single",
"album": "Best Vietnamese Songs 2026 - Popular Vietnamese Songs 2026 Playlist (Top Vietnamese Music 2026-2027)",
"duration": 421,
"cover_url": "https://i.ytimg.com/vi/WL11bwvAYWI/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AMzJL3l10haMFB1HcY7p5muA1kJL5tz1cA",
"id": "WL11bwvAYWI",
@ -151,7 +151,7 @@
{
"title": "B\u1ea7u Tr\u1eddi M\u1edbi (feat. Minh Toc)",
"artist": "Da LAB",
"album": "Single",
"album": "Best Vietnamese Songs 2026 - Popular Vietnamese Songs 2026 Playlist (Top Vietnamese Music 2026-2027)",
"duration": 291,
"cover_url": "https://i.ytimg.com/vi/Z1D26z9l8y8/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AMzJL3k34PODWHnu_p49YHu35__8V-4avw",
"id": "Z1D26z9l8y8",
@ -160,7 +160,7 @@
{
"title": "C\u00e1nh Hoa H\u00e9o T\u00e0n (DJ Trang Moon Remix)",
"artist": "ACV, Mochiii",
"album": "Single",
"album": "Best Vietnamese Songs 2026 - Popular Vietnamese Songs 2026 Playlist (Top Vietnamese Music 2026-2027)",
"duration": 265,
"cover_url": "https://i.ytimg.com/vi/YizrmzMvr7Q/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AMzJL3luIG3PhCNjJlZjuCRBwAKKrMPt9Q",
"id": "YizrmzMvr7Q",
@ -169,7 +169,7 @@
{
"title": "SOOBIN - gi\u00e1 nh\u01b0 | 'B\u1eacT N\u00d3 L\u00caN' Album (Music Video)",
"artist": "SOOBIN",
"album": "Single",
"album": "Best Vietnamese Songs 2026 - Popular Vietnamese Songs 2026 Playlist (Top Vietnamese Music 2026-2027)",
"duration": 310,
"cover_url": "https://i.ytimg.com/vi/SeWt7IpZ0CA/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AMzJL3lYIMR-uDbHo5-B3GO0z5XPqKIcaQ",
"id": "SeWt7IpZ0CA",
@ -178,7 +178,7 @@
{
"title": "Vuon Hoa Con Ca",
"artist": "Olew",
"album": "Single",
"album": "Best Vietnamese Songs 2026 - Popular Vietnamese Songs 2026 Playlist (Top Vietnamese Music 2026-2027)",
"duration": 234,
"cover_url": "https://i.ytimg.com/vi/BFflHDlTeHw/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AMzJL3nA_WhH_ZnanoXMGeQ-4d4hYSUbUg",
"id": "BFflHDlTeHw",
@ -187,7 +187,7 @@
{
"title": "G\u1eb7p L\u1ea1i N\u0103m Ta 60",
"artist": "Orange",
"album": "Single",
"album": "Best Vietnamese Songs 2026 - Popular Vietnamese Songs 2026 Playlist (Top Vietnamese Music 2026-2027)",
"duration": 337,
"cover_url": "https://i.ytimg.com/vi/ZXNrz72k1ew/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AMzJL3kqqJWC4ogBjc4u12JzCHk2YMBKWA",
"id": "ZXNrz72k1ew",
@ -196,7 +196,7 @@
{
"title": "You're The Problem",
"artist": "Dax",
"album": "Single",
"album": "Best Vietnamese Songs 2026 - Popular Vietnamese Songs 2026 Playlist (Top Vietnamese Music 2026-2027)",
"duration": 230,
"cover_url": "https://i.ytimg.com/vi/-kA2ReyByZU/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AMzJL3kg2w-R3-05ocVT0g03RyIQJ41F4Q",
"id": "-kA2ReyByZU",
@ -205,7 +205,7 @@
{
"title": "SOOBIN - Dancing In The Dark | 'B\u1eacT N\u00d3 L\u00caN' Album",
"artist": "SOOBIN",
"album": "Single",
"album": "Best Vietnamese Songs 2026 - Popular Vietnamese Songs 2026 Playlist (Top Vietnamese Music 2026-2027)",
"duration": 279,
"cover_url": "https://i.ytimg.com/vi/OZmK0YuSmXU/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AMzJL3mBF8aJUqrrJIQduCkE_BAGkeucDA",
"id": "OZmK0YuSmXU",
@ -214,7 +214,7 @@
{
"title": "Lao T\u00e2m Kh\u1ed5 T\u1ee9",
"artist": "Thanh H\u01b0ng",
"album": "Single",
"album": "Best Vietnamese Songs 2026 - Popular Vietnamese Songs 2026 Playlist (Top Vietnamese Music 2026-2027)",
"duration": 348,
"cover_url": "https://i.ytimg.com/vi/TfKOFRpqSME/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AMzJL3n85vMTLZIA2MAj83vqnYk4pomt0Q",
"id": "TfKOFRpqSME",
@ -223,7 +223,7 @@
{
"title": "N\u1ea5u \u0102n Cho Em (feat. PIALINH)",
"artist": "\u0110en",
"album": "Single",
"album": "Best Vietnamese Songs 2026 - Popular Vietnamese Songs 2026 Playlist (Top Vietnamese Music 2026-2027)",
"duration": 257,
"cover_url": "https://i.ytimg.com/vi/ukHK1GVyr0I/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AMzJL3nD2JOikDSq_cCeBaG-VH6LBYriJg",
"id": "ukHK1GVyr0I",
@ -232,7 +232,7 @@
{
"title": "T\u1ebft B\u00ecnh An Remix, Hana C\u1ea9m Ti\u00ean, \u0110\u1ea1i M\u00e8o | M\u1ed9t N\u0103m C\u0169 \u0110\u00e3 Qua C\u00f9ng Nhau \u0110\u00f3n N\u0103m M\u1edbi B\u00ecnh An Mu\u00f4n Nh\u00e0",
"artist": "BD Media Music",
"album": "Single",
"album": "Best Vietnamese Songs 2026 - Popular Vietnamese Songs 2026 Playlist (Top Vietnamese Music 2026-2027)",
"duration": 227,
"cover_url": "https://i.ytimg.com/vi/fMskPmI4tp0/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AMzJL3m8nsW6nX2B8BJf4gsU36uDsmDCgw",
"id": "fMskPmI4tp0",
@ -241,7 +241,7 @@
{
"title": "T\u1eebng L\u00e0",
"artist": "V\u0169 C\u00e1t T\u01b0\u1eddng",
"album": "Single",
"album": "Best Vietnamese Songs 2026 - Popular Vietnamese Songs 2026 Playlist (Top Vietnamese Music 2026-2027)",
"duration": 277,
"cover_url": "https://i.ytimg.com/vi/i4qZmKSFYvI/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AMzJL3kLaE-0VAlEfGQRlKBACGiK0w0WDw",
"id": "i4qZmKSFYvI",
@ -250,7 +250,7 @@
{
"title": "N\u01a1i Ph\u00e1o Hoa R\u1ef1c R\u1ee1 (feat. C\u1ea9m V\u00e2n)",
"artist": "Hua Kim Tuyen, Orange, Ho\u00e0ng D\u0169ng",
"album": "Single",
"album": "Best Vietnamese Songs 2026 - Popular Vietnamese Songs 2026 Playlist (Top Vietnamese Music 2026-2027)",
"duration": 310,
"cover_url": "https://i.ytimg.com/vi/BgUFNi5MvzE/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AMzJL3mGOmc3dRUaQczZnhubm_nb8Gs_Uw",
"id": "BgUFNi5MvzE",
@ -259,7 +259,7 @@
{
"title": "Ng\u01b0\u1eddi B\u00ecnh Th\u01b0\u1eddng",
"artist": "V\u0169 C\u00e1t T\u01b0\u1eddng",
"album": "Single",
"album": "Best Vietnamese Songs 2026 - Popular Vietnamese Songs 2026 Playlist (Top Vietnamese Music 2026-2027)",
"duration": 285,
"cover_url": "https://i.ytimg.com/vi/X5KvHXWPYm4/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AMzJL3lPWTFBiFDjAliZkS614MkwVcte1g",
"id": "X5KvHXWPYm4",
@ -268,7 +268,7 @@
{
"title": "C\u00f3 Em L\u00e0 \u0110i\u1ec1u Tuy\u1ec7t V\u1eddi Nh\u1ea5t (Th\u1ecbnh H\u00e0nh)",
"artist": "Thi\u00ean T\u00fa",
"album": "Single",
"album": "Best Vietnamese Songs 2026 - Popular Vietnamese Songs 2026 Playlist (Top Vietnamese Music 2026-2027)",
"duration": 371,
"cover_url": "https://i.ytimg.com/vi/IenfKDtyMI0/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AMzJL3nbyyByYoJQ2qV7-2w4S6Gyofj9dQ",
"id": "IenfKDtyMI0",
@ -277,7 +277,7 @@
{
"title": "Nh\u1eefng L\u1eddi H\u1ee9a B\u1ecf Qu\u00ean",
"artist": "V\u0169., Dear Jane",
"album": "Single",
"album": "Best Vietnamese Songs 2026 - Popular Vietnamese Songs 2026 Playlist (Top Vietnamese Music 2026-2027)",
"duration": 259,
"cover_url": "https://i.ytimg.com/vi/h6RONxjPBf4/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AMzJL3nfvRCueWOo-OjD8_3sK9HSlhvoSw",
"id": "h6RONxjPBf4",
@ -286,7 +286,7 @@
{
"title": "m\u1ed9t b\u00e0i h\u00e1t kh\u00f4ng vui m\u1ea5y (Extended Version)",
"artist": "T.R.I, Dangrangto, DONAL",
"album": "Single",
"album": "Best Vietnamese Songs 2026 - Popular Vietnamese Songs 2026 Playlist (Top Vietnamese Music 2026-2027)",
"duration": 230,
"cover_url": "https://i.ytimg.com/vi/EvPEeSBfB3E/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AMzJL3kvhX3tBQICPMgOEn0R9uswYvdC5A",
"id": "EvPEeSBfB3E",
@ -295,7 +295,7 @@
{
"title": "One Time",
"artist": "Raw Dawg",
"album": "Single",
"album": "Best Vietnamese Songs 2026 - Popular Vietnamese Songs 2026 Playlist (Top Vietnamese Music 2026-2027)",
"duration": 119,
"cover_url": "https://i.ytimg.com/vi/ylh1oDhP2AE/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AMzJL3lRAtyI5EucwyXxXGb9YLfFY2W6aQ",
"id": "ylh1oDhP2AE",
@ -304,7 +304,7 @@
{
"title": "MIN - ch\u1eb3ng ph\u1ea3i t\u00ecnh \u0111\u1ea7u sao \u0111au \u0111\u1ebfn th\u1ebf feat. Dangrangto, Antransax (Official Audio)",
"artist": "MIN",
"album": "Single",
"album": "Best Vietnamese Songs 2026 - Popular Vietnamese Songs 2026 Playlist (Top Vietnamese Music 2026-2027)",
"duration": 284,
"cover_url": "https://i.ytimg.com/vi/rLNvDu59ffI/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AMzJL3nfhSKyeyGqrokp13H6G7C1rNvKLg",
"id": "rLNvDu59ffI",
@ -313,7 +313,7 @@
{
"title": "Ng\u01b0\u1eddi \u0110\u1ea7u Ti\u00ean",
"artist": "Juky San, buitruonglinh",
"album": "Single",
"album": "Best Vietnamese Songs 2026 - Popular Vietnamese Songs 2026 Playlist (Top Vietnamese Music 2026-2027)",
"duration": 220,
"cover_url": "https://i.ytimg.com/vi/i54avTdUqwU/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AMzJL3klVzmY8CCpa5CLEP3BIema5Lhgyw",
"id": "i54avTdUqwU",
@ -322,7 +322,7 @@
{
"title": "MIN - ch\u1eb3ng ph\u1ea3i t\u00ecnh \u0111\u1ea7u sao \u0111au \u0111\u1ebfn th\u1ebf feat. Dangrangto, antransax (Official Visual Stage)",
"artist": "MIN OFFICIAL",
"album": "Single",
"album": "Best Vietnamese Songs 2026 - Popular Vietnamese Songs 2026 Playlist (Top Vietnamese Music 2026-2027)",
"duration": 288,
"cover_url": "https://i.ytimg.com/vi/s0OMNH-N5D8/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AMzJL3k_uFbHN8ud3zNWnb5hdzcYLhUgWA",
"id": "s0OMNH-N5D8",
@ -331,7 +331,7 @@
{
"title": "Em",
"artist": "Binz",
"album": "Single",
"album": "Best Vietnamese Songs 2026 - Popular Vietnamese Songs 2026 Playlist (Top Vietnamese Music 2026-2027)",
"duration": 208,
"cover_url": "https://i.ytimg.com/vi/CU2PtRKBkuw/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AMzJL3mnGQ84aQvDmEMNCd5m6b-_pyKbUg",
"id": "CU2PtRKBkuw",
@ -340,7 +340,7 @@
{
"title": "HO\u1ea0 S\u0128 T\u1ed2I - TH\u00c1I H\u1eccC x \u0110\u1ea0T MAX | Official MV | Anh v\u1ebd c\u1ea7u v\u1ed3ng th\u00ec l\u1ea1i thi\u1ebfu n\u1eafng",
"artist": "Th\u00e1i H\u1ecdc",
"album": "Single",
"album": "Best Vietnamese Songs 2026 - Popular Vietnamese Songs 2026 Playlist (Top Vietnamese Music 2026-2027)",
"duration": 285,
"cover_url": "https://i.ytimg.com/vi/RF0jYdTXQK4/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AMzJL3nAfOOBrWfNICLXduP5GPktAPARCg",
"id": "RF0jYdTXQK4",
@ -349,7 +349,7 @@
{
"title": "T\u00ecnh Nh\u01b0 L\u00e1 Bay Xa (Live)",
"artist": "Jimmy Nguyen, M\u1ef8 T\u00c2M",
"album": "Single",
"album": "Best Vietnamese Songs 2026 - Popular Vietnamese Songs 2026 Playlist (Top Vietnamese Music 2026-2027)",
"duration": 273,
"cover_url": "https://i.ytimg.com/vi/gxPoI_tldfQ/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AMzJL3nQp0dsN1t1shvvjBq0A2m-EyfvBg",
"id": "gxPoI_tldfQ",
@ -358,7 +358,7 @@
{
"title": "Kh\u1ed5ng Minh x Ch\u00e2u Nhu\u1eadn Ph\u00e1t - ''E L\u00c0 \u0110\u00d4N CH\u1ec0'' Prod.@tiengaz",
"artist": "Dagoats House",
"album": "Single",
"album": "Best Vietnamese Songs 2026 - Popular Vietnamese Songs 2026 Playlist (Top Vietnamese Music 2026-2027)",
"duration": 191,
"cover_url": "https://i.ytimg.com/vi/K01LvulhFRg/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AMzJL3n8fN2PiGDRGtGv0VZMp_OOW2kBoQ",
"id": "K01LvulhFRg",
@ -367,7 +367,7 @@
{
"title": "M\u1ee5c H\u1ea1 V\u00f4 Nh\u00e2n (feat. Binz)",
"artist": "SOOBIN, Hu\u1ef3nh T\u00fa",
"album": "Single",
"album": "Best Vietnamese Songs 2026 - Popular Vietnamese Songs 2026 Playlist (Top Vietnamese Music 2026-2027)",
"duration": 355,
"cover_url": "https://i.ytimg.com/vi/FikdKWos-NQ/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AMzJL3lgfIwIcM4zdZGPxZN-kcs96iJyGQ",
"id": "FikdKWos-NQ",
@ -376,7 +376,7 @@
{
"title": "10 M\u1ea4T 1 C\u00d2N KH\u00d4NG - TH\u00c1I H\u1eccC x L\u00ca GIA B\u1ea2O (New Version) | St: Long H\u1ecd Hu\u1ef3nh",
"artist": "Th\u00e1i H\u1ecdc",
"album": "Single",
"album": "Best Vietnamese Songs 2026 - Popular Vietnamese Songs 2026 Playlist (Top Vietnamese Music 2026-2027)",
"duration": 285,
"cover_url": "https://i.ytimg.com/vi/9HnyyKg0M-Y/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AMzJL3lyCTROUhGaahuDenut3oMfnOesDQ",
"id": "9HnyyKg0M-Y",
@ -385,7 +385,7 @@
{
"title": "Mr Siro | Day D\u1ee9t N\u1ed7i \u0110au",
"artist": "Mr. Siro",
"album": "Single",
"album": "Best Vietnamese Songs 2026 - Popular Vietnamese Songs 2026 Playlist (Top Vietnamese Music 2026-2027)",
"duration": 368,
"cover_url": "https://i.ytimg.com/vi/N4Xak1n497M/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AMzJL3nZ6HzRlVHFya6aliEsGSZuGB_QxA",
"id": "N4Xak1n497M",
@ -394,7 +394,7 @@
{
"title": "Diary Of A Trying Man",
"artist": "Dax",
"album": "Single",
"album": "Best Vietnamese Songs 2026 - Popular Vietnamese Songs 2026 Playlist (Top Vietnamese Music 2026-2027)",
"duration": 234,
"cover_url": "https://i.ytimg.com/vi/WulTil-Wwoo/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AMzJL3lC8LD69LfTh3hrClQoWJGA3pCjCw",
"id": "WulTil-Wwoo",
@ -403,7 +403,7 @@
{
"title": "Feel At Home",
"artist": "B Ray",
"album": "Single",
"album": "Best Vietnamese Songs 2026 - Popular Vietnamese Songs 2026 Playlist (Top Vietnamese Music 2026-2027)",
"duration": 164,
"cover_url": "https://i.ytimg.com/vi/6x1yluqMuc4/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AMzJL3nfaiwiYPKbD_v3rvKR1QC1Sw9Znw",
"id": "6x1yluqMuc4",
@ -412,7 +412,7 @@
{
"title": "L\u00e1 Th\u01b0 \u0110\u00f4 Th\u1ecb",
"artist": "Th\u00fay H\u00e0",
"album": "Single",
"album": "Best Vietnamese Songs 2026 - Popular Vietnamese Songs 2026 Playlist (Top Vietnamese Music 2026-2027)",
"duration": 355,
"cover_url": "https://i.ytimg.com/vi/42m7T272u8I/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AMzJL3moQljTHbKdPZ3c48rcbJiq4KILjQ",
"id": "42m7T272u8I",
@ -421,7 +421,7 @@
{
"title": "R\u1eddi B\u1ecf N\u01a1i Anh Bi\u1ebft Em C\u00f3 Vui B\u00ean Ng\u01b0\u1eddi Remix | TH\u01af\u01a0NG TH\u00cc TH\u00d4I REMIX B\u1ea3n Si\u00eau Th\u1ea5m BeBe...",
"artist": "ACV",
"album": "Single",
"album": "Best Vietnamese Songs 2026 - Popular Vietnamese Songs 2026 Playlist (Top Vietnamese Music 2026-2027)",
"duration": 195,
"cover_url": "https://i.ytimg.com/vi/Hq_Q9vSIg2M/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AMzJL3n3JlqdmwyqK_me1eqnMQVrNeL6ZA",
"id": "Hq_Q9vSIg2M",
@ -430,7 +430,7 @@
{
"title": "Gi\u1eef Anh Cho Ng\u00e0y H\u00f4m Qua",
"artist": "Ho\u00e0ng D\u0169ng, Rhymastic, Lelarec",
"album": "Single",
"album": "Best Vietnamese Songs 2026 - Popular Vietnamese Songs 2026 Playlist (Top Vietnamese Music 2026-2027)",
"duration": 345,
"cover_url": "https://i.ytimg.com/vi/IADhKnmQMtk/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AMzJL3nzDVE9hb0vpWAYZ39Ghi-6BrG-9g",
"id": "IADhKnmQMtk",
@ -439,7 +439,7 @@
{
"title": "Mr Siro | T\u1ef1 Lau N\u01b0\u1edbc M\u1eaft",
"artist": "Mr. Siro",
"album": "Single",
"album": "Best Vietnamese Songs 2026 - Popular Vietnamese Songs 2026 Playlist (Top Vietnamese Music 2026-2027)",
"duration": 330,
"cover_url": "https://i.ytimg.com/vi/tgvXGxCrBmE/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AMzJL3mNQ5AIuHnGA4XZQwvFh_WRi1DmAg",
"id": "tgvXGxCrBmE",
@ -448,7 +448,7 @@
{
"title": "She Never Cries (feat. S\u01a0N.K)",
"artist": "Ho\u00e0ng Duy\u00ean",
"album": "Single",
"album": "Best Vietnamese Songs 2026 - Popular Vietnamese Songs 2026 Playlist (Top Vietnamese Music 2026-2027)",
"duration": 264,
"cover_url": "https://i.ytimg.com/vi/zuBjkHOFVJs/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AMzJL3kdUzhae-xLYnaf7b45tXbDDxr71A",
"id": "zuBjkHOFVJs",
@ -457,7 +457,7 @@
{
"title": "Ch\u1edd Bao L\u00e2u (feat. H\u00e0o JK)",
"artist": "\u00dat Nh\u1ecb Mino",
"album": "Single",
"album": "Best Vietnamese Songs 2026 - Popular Vietnamese Songs 2026 Playlist (Top Vietnamese Music 2026-2027)",
"duration": 193,
"cover_url": "https://i.ytimg.com/vi/KO0CbNNvd14/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AMzJL3mL5syc6JwJoWuHasdnfhrSAFITHA",
"id": "KO0CbNNvd14",
@ -466,7 +466,7 @@
{
"title": "C\u00d4 G\u00c1I \u00c0 \u0110\u1eeaNG KH\u00d3C | \u00daT NH\u1eca MINO FT NVC MUSIC",
"artist": "\u00dat Nh\u1ecb Mino",
"album": "Single",
"album": "Best Vietnamese Songs 2026 - Popular Vietnamese Songs 2026 Playlist (Top Vietnamese Music 2026-2027)",
"duration": 266,
"cover_url": "https://i.ytimg.com/vi/oH9_c7Y5zMQ/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AMzJL3kBh2R8cqyDQN98Jd9CIO1RZBbVNQ",
"id": "oH9_c7Y5zMQ",
@ -475,7 +475,7 @@
{
"title": "R\u1ea5t L\u00e2u R\u1ed3i M\u1edbi Kh\u00f3c (Solo Version)",
"artist": "",
"album": "Single",
"album": "Best Vietnamese Songs 2026 - Popular Vietnamese Songs 2026 Playlist (Top Vietnamese Music 2026-2027)",
"duration": 311,
"cover_url": "https://i.ytimg.com/vi/MWowv3A-fQc/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AMzJL3kWiKMUSyg-xYgdrzO26ICDnO6Gpg",
"id": "MWowv3A-fQc",
@ -484,7 +484,7 @@
{
"title": "Ring Ring",
"artist": "MIRA",
"album": "Single",
"album": "Best Vietnamese Songs 2026 - Popular Vietnamese Songs 2026 Playlist (Top Vietnamese Music 2026-2027)",
"duration": 147,
"cover_url": "https://i.ytimg.com/vi/mkCaf6tuhGM/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AMzJL3lyjmmeuudBzy9Yu64rGLaWENa4tg",
"id": "mkCaf6tuhGM",
@ -493,7 +493,7 @@
{
"title": "B\u1ea3o Anh | C\u00f4 \u1ea4y C\u1ee7a Anh \u1ea4y",
"artist": "B\u1ea3o Anh ",
"album": "Single",
"album": "Best Vietnamese Songs 2026 - Popular Vietnamese Songs 2026 Playlist (Top Vietnamese Music 2026-2027)",
"duration": 324,
"cover_url": "https://i.ytimg.com/vi/RlTDbIutJsU/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AMzJL3kTrRLvQFATZub9py_upYtU7SUaJQ",
"id": "RlTDbIutJsU",
@ -502,7 +502,7 @@
{
"title": "\u0110\u1ecaA \u0110\u00c0NG REMIX - HO\u00c0NG OANH x ACV | N\u00f3i Anh Nghe \u0110\u1ecba \u0110\u00e0ng M\u1edf C\u1eeda L\u00e0 \u0110\u1ec3 Ch\u1edd B\u01b0\u1edbc Ch\u00e2n Em Ph\u1ea3i Kh\u00f4ng ?",
"artist": "ACV",
"album": "Single",
"album": "Best Vietnamese Songs 2026 - Popular Vietnamese Songs 2026 Playlist (Top Vietnamese Music 2026-2027)",
"duration": 311,
"cover_url": "https://i.ytimg.com/vi/vZzzcflS2HM/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AMzJL3lMoxUQD5_wrptAPCqUYBxD0MKndw",
"id": "vZzzcflS2HM",
@ -511,7 +511,7 @@
{
"title": "T\u1eebng quen",
"artist": "itsnk, Wren Evans",
"album": "Single",
"album": "Best Vietnamese Songs 2026 - Popular Vietnamese Songs 2026 Playlist (Top Vietnamese Music 2026-2027)",
"duration": 175,
"cover_url": "https://i.ytimg.com/vi/zepHPnUDROE/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AMzJL3kQphjp4tiW4vFcaXJBk1wMtsk9Kg",
"id": "zepHPnUDROE",
@ -520,7 +520,7 @@
{
"title": "HOA B\u1ea4T T\u1eec",
"artist": "Th\u00e0nh \u0110\u1ea1t",
"album": "Single",
"album": "Best Vietnamese Songs 2026 - Popular Vietnamese Songs 2026 Playlist (Top Vietnamese Music 2026-2027)",
"duration": 317,
"cover_url": "https://i.ytimg.com/vi/n-k_aUsOaaQ/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AMzJL3lfd3LBuB7aTSG880J0HqdjEqNQww",
"id": "n-k_aUsOaaQ",
@ -529,7 +529,7 @@
{
"title": "N\u00f3i D\u1ed1i | Ronboogz (Lyrics Video)",
"artist": "Ronboogz",
"album": "Single",
"album": "Best Vietnamese Songs 2026 - Popular Vietnamese Songs 2026 Playlist (Top Vietnamese Music 2026-2027)",
"duration": 207,
"cover_url": "https://i.ytimg.com/vi/ri-TFS97Hbw/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AMzJL3lgdDfcXHekuevzN7qPIZR7RryanQ",
"id": "ri-TFS97Hbw",
@ -538,11 +538,12 @@
{
"title": "MONO - \u2018Em Xinh\u2019 (Official Music Video)",
"artist": "MONO",
"album": "Single",
"album": "Best Vietnamese Songs 2026 - Popular Vietnamese Songs 2026 Playlist (Top Vietnamese Music 2026-2027)",
"duration": 197,
"cover_url": "https://i.ytimg.com/vi/rYc1UbgbMIY/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AMzJL3mkHo5h-7KAI9SGhk2jG6m6cHospQ",
"id": "rYc1UbgbMIY",
"url": "https://music.youtube.com/watch?v=rYc1UbgbMIY"
}
]
],
"type": "playlist"
}

File diff suppressed because it is too large Load diff

36
deploy_commands.sh Executable file
View file

@ -0,0 +1,36 @@
#!/bin/bash
# 1. Deployment to GitHub
echo "--- 🚀 Deploying to GitHub ---"
# Enter your correct repo URL here if different
REPO_URL="https://github.com/vndangkhoa/spotify-clone.git"
if git remote | grep -q "origin"; then
echo "Remote 'origin' already exists. Setting URL..."
git remote set-url origin $REPO_URL
else
git remote add origin $REPO_URL
fi
echo "Staging and Committing changes..."
git add .
git commit -m "Update: Fix empty album and iOS playback issues, add diverse home content"
echo "Pushing code..."
# This might fail if the repo doesn't exist on GitHub yet.
# Go to https://github.com/new and create 'spotify-clone' first!
git push -u origin main
# 2. Deployment to Docker Hub
echo ""
echo "--- 🐳 Deploying to Docker Hub ---"
echo "Building Image..."
# Ensure Docker Desktop is running!
# Use --platform to build for Synology NAS (x86_64) from Apple Silicon Mac
docker build --platform linux/amd64 -t vndangkhoa/spotify-clone:latest .
echo "Pushing Image..."
docker push vndangkhoa/spotify-clone:latest
echo ""
echo "--- ✅ Deployment Script Finished ---"

View file

@ -1,40 +1,64 @@
from ytmusicapi import YTMusic
import json
import os
import random
from pathlib import Path
yt = YTMusic()
# Define diverse categories to fetch
CATEGORIES = {
"Trending Vietnam": "Top 50 Vietnam",
"Vietnamese Artists": "Vietnamese Pop Hits",
"Ballad Singers": "Vietnamese Ballad",
"DJ & Remix": "Vinahouse Remix Vietnam",
"YouTube Stars": "Vietnamese Cover Songs"
"Trending Vietnam": {"query": "Top 50 Vietnam", "type": "playlists"},
"Global Hits": {"query": "Global Top 50", "type": "playlists"},
"New Albums 2024": {"query": "New Albums 2024 Vietnam", "type": "albums"},
"Chill Vibes": {"query": "Chill Lofi", "type": "playlists"},
"Party Time": {"query": "Party EDM Hits", "type": "playlists"},
"Best of Ballad": {"query": "Vietnamese Ballad", "type": "playlists"},
"Hip Hop & Rap": {"query": "Vietnamese Rap", "type": "playlists"},
}
browse_data = {}
print("Starting data fetch...")
print("Starting diverse data fetch...")
for category, query in CATEGORIES.items():
print(f"\n--- Fetching Category: {category} (Query: '{query}') ---")
try:
results = yt.search(query, filter="playlists", limit=5)
def get_thumbnail(thumbnails):
if not thumbnails:
return "https://placehold.co/300x300"
return thumbnails[-1]['url']
category_playlists = []
for p_result in results[:4]: # Limit to 4 playlists per category
playlist_id = p_result['browseId']
print(f" > Processing: {p_result['title']}")
for category_name, info in CATEGORIES.items():
query = info["query"]
search_type = info["type"]
print(f"\n--- Fetching Category: {category_name} (Query: '{query}', Type: {search_type}) ---")
try:
# Fetch full playlist details
playlist_data = yt.get_playlist(playlist_id, limit=50)
results = yt.search(query, filter=search_type, limit=5)
category_items = []
for result in results[:4]: # Limit to 4 items per category
item_id = result['browseId']
title = result['title']
print(f" > Processing: {title}")
try:
# Fetch details based on type
if search_type == "albums":
# Use get_album
details = yt.get_album(item_id)
tracks_source = details.get('tracks', [])
is_album = True
description = f"Album by {', '.join([a.get('name') for a in details.get('artists', [])])}{details.get('year')}"
else:
# Use get_playlist
details = yt.get_playlist(item_id, limit=50)
tracks_source = details.get('tracks', [])
is_album = False
description = details.get('description', '')
# Process Tracks
output_tracks = []
for track in playlist_data.get('tracks', []):
for track in tracks_source:
artists_list = track.get('artists') or []
if isinstance(artists_list, list):
artists = ", ".join([a.get('name', 'Unknown') for a in artists_list])
@ -42,42 +66,53 @@ for category, query in CATEGORIES.items():
artists = "Unknown Artist"
thumbnails = track.get('thumbnails', [])
cover_url = thumbnails[-1]['url'] if thumbnails else "https://placehold.co/300x300"
# Fallback for album tracks which might not have thumbnails
if not thumbnails and is_album:
thumbnails = details.get('thumbnails', [])
cover_url = get_thumbnail(thumbnails)
album_info = track.get('album')
album_name = album_info.get('name', 'Single') if album_info else "Single"
# Use playlist/album title as album name if missing
album_name = album_info.get('name', title) if album_info else title
# Track ID can be missing in some album views (very rare)
track_id = track.get('videoId')
if not track_id: continue
output_tracks.append({
"title": track.get('title', 'Unknown Title'),
"artist": artists,
"album": album_name,
"duration": track.get('duration_seconds', 0),
"duration": track.get('duration_seconds', track.get('length_seconds', 0)),
"cover_url": cover_url,
"id": track.get('videoId', 'unknown'),
"url": f"https://music.youtube.com/watch?v={track.get('videoId', '')}"
"id": track_id,
"url": f"https://music.youtube.com/watch?v={track_id}"
})
# Process Playlist Info
p_thumbnails = playlist_data.get('thumbnails', [])
p_cover = p_thumbnails[-1]['url'] if p_thumbnails else "https://placehold.co/300x300"
category_playlists.append({
"id": playlist_data.get('id'),
"title": playlist_data.get('title'),
"description": playlist_data.get('description', '') or f"Best of {category}",
"cover_url": p_cover,
"tracks": output_tracks
})
except Exception as e:
print(f" Error processing playlist {playlist_id}: {e}")
if not output_tracks:
print(f" Skipping empty item: {title}")
continue
if category_playlists:
browse_data[category] = category_playlists
# Final Item Object
category_items.append({
"id": item_id,
"title": title,
"description": description or f"Best of {category_name}",
"cover_url": get_thumbnail(details.get('thumbnails', result.get('thumbnails'))),
"tracks": output_tracks,
"type": "album" if is_album else "playlist"
})
except Exception as e:
print(f"Error searching category {category}: {e}")
print(f" Error processing {item_id}: {e}")
continue
if category_items:
browse_data[category_name] = category_items
except Exception as e:
print(f"Error searching category {category_name}: {e}")
# Save to backend/data/browse_playlists.json
output_path = Path("backend/data/browse_playlists.json")