lkfalkwf commited on
Commit
66c39c0
·
verified ·
1 Parent(s): b692715

Update README.md

Browse files

id,title,category,language,url
110450,بهترین آهنگ های آرتا,Persian Music,fa,https://horadi.com/playlist/110450/...
156839,بهترین و جدیدترین آهنگ های گاد پوری,Persian Music,fa,https://horadi.com/playlist/156839/...
161257,آهنگ های جدید دورچی,Persian Music,fa,https://horadi.com/playlist/161257/...
66270,بهترین پلی لیست هودادکا کامل,Persian Music,fa,https://horadi.com/playlist/66270/...
119286,بهترین آهنگ های کوروش,Persian Music,fa,https://horadi.com/playlist/119286/...

Files changed (1) hide show
  1. README.md +73 -0
README.md CHANGED
@@ -1,3 +1,76 @@
1
  ---
2
  license: bsd-2-clause
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: bsd-2-clause
3
+ language:
4
+ - fa
5
+ tags:
6
+ - persian-music
7
+ - persian-songs
8
+ - persian-music-playlist
9
+ - iranian-music
10
+ - music
11
+ - playlist
12
+ - song-lyrics
13
+ - persian-lyrics
14
+ pretty_name: Persian Music Playlist
15
+ size_categories:
16
+ - n<1K
17
  ---
18
+
19
+ # Persian Music Playlist
20
+
21
+ A curated collection of Persian music, songs, artists, playlists, and lyrics-related information.
22
+
23
+ This dataset focuses on Persian and Iranian music and is designed for music discovery, playlist organization, Persian-language projects, and music-related research.
24
+
25
+ ## About
26
+
27
+ The dataset contains structured information related to Persian music, including songs, artists, playlists, genres, and lyrics-related data.
28
+
29
+ The collection may include:
30
+
31
+ - Persian songs
32
+ - New music releases
33
+ - Persian music playlists
34
+ - Iranian artists
35
+ - Song titles
36
+ - Music genres
37
+ - Lyrics-related information
38
+ - Playlist metadata
39
+
40
+ ## Music Genres
41
+
42
+ The collection covers a variety of Persian music genres, including:
43
+
44
+ - Pop
45
+ - Rap
46
+ - Hip-Hop
47
+ - Traditional Persian music
48
+ - Rock
49
+ - R&B
50
+ - Electronic
51
+ - Alternative
52
+ - Remix
53
+ - Instrumental
54
+
55
+ ## Dataset Fields
56
+
57
+ Music records may contain information such as:
58
+
59
+ - `artist` — Artist or singer name
60
+ - `title` — Song title
61
+ - `genre` — Music genre
62
+ - `playlist` — Playlist or collection name
63
+ - `language` — Language of the song
64
+ - `lyrics` — Lyrics-related information
65
+ - `url` — Related music webpage
66
+
67
+ ## Example
68
+
69
+ ```json
70
+ {
71
+ "artist": "Persian Artist",
72
+ "title": "Example Song",
73
+ "genre": "Pop",
74
+ "playlist": "Persian Pop",
75
+ "language": "fa"
76
+ }