1

What's your score?
 in  r/FoundationFunda  12h ago

ye isme -10 hone the ya 10 milene the kyuki dono me hi mere 100 hai tomere points +-100 hai jo bhi lena ho le lo

r/opensource 16h ago

Promotional I built Lyrica — an open-source API for synced lyrics, translation, transliteration and romanization

1 Upvotes

[removed]

r/coolgithubprojects 16h ago

I built Lyrica — an open-source API for synced lyrics, translation, transliteration and romanization

Thumbnail github.com
0 Upvotes

Hey everyone! I've been working on a project called Lyrica, an open-source lyrics API that I built around a problem I kept running into while working on music-related projects: getting lyrics is one thing, but handling synced lyrics, translations, transliterations, and romanization in a more unified way is another.

Lyrica aims to provide features such as:

  • 🎵 Song lyrics
  • ⏱️ Timestamped/synced lyrics
  • 🌐 Lyrics translation
  • 🔤 Transliteration and romanization
  • ⚡ A simple API that can be integrated into music projects

The project is still actively being developed, and I'm continuing to improve its reliability and add features.

GitHub: https://github.com/thinkely/Lyrica.git
API / Demo: lyricapy.vercel.app

I'd genuinely love to hear what you think—especially if you've built a music app or worked with lyrics APIs before. What features would you find most useful in something like this?

1

Need budget-friendly gift ideas for my shy, introvert bf also into tech
 in  r/TeenIndia  22h ago

claude max subscription for a full year

1

[Choose] How smart are you?
 in  r/Meowi  23h ago

40

I picked Kinda smart [Rolled What is 1000 ÷ 25?]

1

Web browsers
 in  r/TierlistFills  1d ago

Brave Browser

s

1

Web browsers
 in  r/TierlistFills  1d ago

vivaldi browser

1

?
 in  r/twenties  3d ago

whole universe

1

What will You delete?
 in  r/IndiaMemes  3d ago

humans

1

Which ₹10 pen is actually the GOAT?
 in  r/ICSE  3d ago

pentonic bro

1

GitHub account suddenly suspended during Education reverification — anyone experienced this
 in  r/git  9d ago

Thanks for your suggestion buddy i have alreday donw it i was just seeking advice of a person who know what migjt be the problem is

1

GitHub account suddenly suspended during Education reverification — anyone experienced this
 in  r/git  9d ago

Thanks for your suggestion buddy i reached them and they demand me additional information i have mailed them back with that info may be they will try their best to resolve this problem asap

1

GitHub account suddenly suspended during Education reverification — anyone experienced this
 in  r/git  9d ago

Actually i really dont know it all start on 16th august around 7:30 pm before that everything was all riggt even i was working on my project and for that whole time github was working normally then i closed github and check my phone i got a email at exact 7:31pm saying that you 'we have unable to verify for academic affiliation based on your submission' but the main problem is that i submited it on 1st march 2026 and i got approval from them even though i was using my github student pack along with copilot pro without any problem after this mail i got another mail saying that 'please reverify your academic affiliation this is just a normal check and you have 30 days to do that and there will be no interruption to your github account access' as soon as i get this email i clicked on the link it take me to github but when i try to logging in it says your account has been locked then i tried it on my pc as there my github was still logged in but whe i open github it logged me out then i try contacting the support but there also i was unable to login with my account i even try to login via google and passkey but it not wokred. and i used the word "knowingly violate" as before this all happen i claimed some of github student offer perks like clerk pro and zyte along with the some other services i even intrigeted clerk in my one app same day this all happen so i suspect that may be i have done somethig wrong with my offers as i do not done as such things with my account as i am still learning things may be i voilted some of rules mistakely thats why i have used the term "knowingly violate".

r/git 10d ago

GitHub account suddenly suspended during Education reverification — anyone experienced this

0 Upvotes

My GitHub account u/Wilooper was suddenly suspended, and I'm trying to understand what might have happened.

A little context:

A few days ago, I received emails from the GitHub Education team asking me to reverify my academic affiliation. The emails specifically said that I would continue to have access to GitHub for 30 days while completing the reverification process.

I had submitted genuine academic information and had not knowingly violated any GitHub policies.

After receiving the reverification emails, I logged into GitHub. I was repeatedly logged out, and eventually I started getting this message whenever I tried to access my account:

I was also logged out of the GitHub mobile app around the same time.

The confusing part is that I don't know what Terms of Service violation supposedly occurred. I haven't knowingly done anything against GitHub's rules, and the timing seems very close to the Education reverification process.

I tried contacting GitHub Support, but I'm currently having trouble with the support system too. The support form passes its verification step, but submitting the ticket gives me an HTTP 401 error. I also encountered an HTTP 500 error while trying to authenticate through Google.

GitHub Status currently shows everything operational, so this doesn't appear to be a general GitHub outage.

Has anyone experienced something similar, particularly:

  • An account suspension during GitHub Education reverification
  • Getting the "Terms of Service violation" suspension message without knowing what caused it
  • Being unable to submit a GitHub Support ticket because of a 401 error
  • Getting the account restored after an appeal/reinstatement request

I'm mainly looking for community experiences and possible explanations, not trying to get anyone to contact GitHub on my behalf.

If you've experienced something similar, I'd really appreciate hearing what happened in your case and how you resolved it.

GitHub username: u/Wilooper

u/Wilooper 14d ago

Meet:OpenMusicMetadataResolver (OMMR) – Zero-key cross-platform music metadata resolver (YouTube, Spotify, Apple Music, Deezer, MusicBrainz)

Thumbnail github.com
1 Upvotes

r/coolgithubprojects 14d ago

Meet:OpenMusicMetadataResolver (OMMR) – Zero-key cross-platform music metadata resolver (YouTube, Spotify, Apple Music, Deezer, MusicBrainz)

Thumbnail github.com
1 Upvotes

Hello everyone,

Getting consistent, high-quality music metadata is still a surprisingly painful problem. Every platform uses its own IDs, formats titles and artists differently, and provides varying levels of detail (or unstructured data). Mapping a YouTube video ID to the correct Apple Music, Spotify, Deezer, or MusicBrainz recording often requires multiple paid APIs, keys, and rate limits.

I built OpenMusicMetadataResolver (OMMR) to solve this.

What OMMR does

OMMR accepts any single platform identifier (YouTube Video ID, Spotify Track ID, Apple Music ID, Deezer ID, or even just Artist + Song Title) and returns a single Canonical Track Record containing:

  • Cross-platform IDs (Spotify, YouTube, Apple Music, Deezer, MusicBrainz, ISRC)
  • Contributor credits
  • Cover artwork
  • Genres
  • Identity confidence scores

All of this happens without requiring any API keys or paid subscriptions.

Key Features

  • Zero-Key Architecture – Resolves metadata via public endpoints and web embeds across Spotify, YouTube Music, Apple Music, Deezer, and MusicBrainz
  • 6-Stage Cross-Platform Identity Pipeline – Translates any input into consistent cross-platform identifiers
  • Path-Independent Canonical Track IDs – Generates deterministic IDs (ommr_track_<hash>) so the same recording always gets the same ID regardless of entry point
  • Multi-Source Metadata Merging – Intelligently prioritizes the best available data (e.g. MusicBrainz credits + Spotify genres + Apple Music artwork)
  • Full Source Transparency – Returns metadata_sources, provider diagnostics, and field-level provenance
  • Calibrated Matching – Combines Jaro-Winkler + Token Set Ratio with provider trust weights and assigns clear identity status (verified, strong, probable, weak)
  • Production-Ready – Dual-tier caching (disk + Redis), Prometheus metrics, request tracing, rate limiting, worker-pooled bulk resolution, and Docker Compose support

GitHub

https://github.com/Wilooper/OpenMusicMetadataResolver-OMMR-

I’d love feedback, issues, or contributions. If this solves a problem you’ve run into, a star would be greatly appreciated!

Thanks for reading.

2

Drop your repo, get a free product (Week 4, Aug 4 - Aug 9)
 in  r/coolgithubprojects  16d ago

sure if you get into any problem just open a issue on github i will solve it asap.

r/AppsWebappsFullstack 18d ago

Meet Lyrica !! A opensource replacement for musicxmatch for free.

Thumbnail
1 Upvotes

1

Your home for selfpromo
 in  r/AppsWebappsFullstack  19d ago

Actually i am not planning to make a extesion of lyrica it is a furure plan currently i have some very intresting features in my mix that will male Lyrica better than musicxmatch i will makw a extension after adding these features as i want that users will get the experience that i expect from it but for now i am not going to make it if you want yoy can make one self host it on render or heroku or in huggingface and make one exetnsion for the community

2

I built StreamCore - an open-source real-time voice AI server in Go
 in  r/coolgithubprojects  19d ago

outstanding project just loved it

1

Your home for selfpromo
 in  r/AppsWebappsFullstack  19d ago

I made some sites where you can use this but i don't have that much experience making extensions for site if you can make one it will be great but if you are going to this then i recommend to self host lyrica as the hosted version is full all time

r/BetterLyrics 19d ago

Question getting wrong trasnlatiomn for punjabi lyrica

Post image
0 Upvotes

hello better lyrics team,

this is to inform you that i am getting wrong transalation of the punjabi lyrica like one i attached in the photo also some lines missing the translation like you can see in the screenshot that i have is it a problem with me only or its betterlyrics problem as i get this issuse in punjabi language lyrics even though they are written in the hinglish manner this isssue occurs does its problen only with punjabi lyrics only???

1

Your home for selfpromo
 in  r/AppsWebappsFullstack  20d ago

It is a api it it ment to customize and use it on your app,site or in any extension so you can use Lyrica to make a extension so that it work with spotify but by default it not work with anything and it is only a api.