-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shabads search is not complete was searching for ik til nahi visrey and it showed nothing #19
Comments
It is from amrit kirtan's index.
I'm still looking for some good database that can help in searching and indexing. |
I'll try to use iGurbaniDB. |
Thanks to GurbaniNow, I am able to create a decent Shabad Searcher. Will release it tonight hopefully to the master branch. To improve performance however I guess we can cache all the Shabads (1-12,817, once his DB is finalised) to our |
Once we have the hymns, then we can simply ask users/devs to create PRs to the above hymns to put meta content like {
"ShabadID": 1234,
"...": { ... },
"Kirtans": [
"https://soundcloud.com/...",
"https://youtube.com/....",
"..."
]},
"Kathas": [
{ "By": "Basics of Sikhi", "src": "https://youtube.com..." },
{ "By": "Bhai Sukha Singh UK", "src": "https://youtube.com..." }
]},
"Misc": [
"https://wikipedia....",
"https://sikhwiki...",
"https://reddit.com/r/sikh/..."
]},
} I love this idea personally as it makes use of Open Source ! Maybe a UI can be created that helps user create such PR. Let's have discuss over this over #21 |
No description provided.
The text was updated successfully, but these errors were encountered: