Skip to content

Commit

Permalink
Add "La început era Cuvântul - Cuvântul intrupat" lyrics by Iolu Cornel.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioanlucut committed Sep 19, 2023
1 parent af921e7 commit a26fe2f
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,16 @@ Caracterele pe care le putem folosi sunt foarte importante, așa că am definit
Întrucât sunt foarte multe versiuni ale caracterelor e.g. `ş` în loc de `ș`, e nevoie să folosim aceleași caractere cu
același format unicode. Un exemplu de variațiuni poate fi văzut aici: https://www.compart.com/en/unicode/U+201D.

#### Cum poți să te implici?
#### Dacă vrei să imporți cântece din resurse creștine

- Asigură-te că ultima versiune a repo-ului https://github.com/ioanlucut/bes-lyrics-parser este instalată in același
folder părinte cu acest repository.
- Copiază ID-ul din URL. E.g. https://www.resursecrestine.ro/cantece/212152/cuvantul-intrupat (-> **212152**)
- Adaugă-l în fișierul `temp_runners/rc_ids_to_process.txt` într-o linie nouă.
- Rulează scriptul `npm run import:rc:by-ids`
- Rulează scriptul `npm run meta:ci`
- Commit, push & branch nou.

#### Cum poți să te implici altfel?

- Pull request cu o cântare nouă in directory-ul `candidates`.
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[title]
La început era Cuvântul {alternative: {Cuvântul întrupat}, composer: {Iolu Cornel}, writer: {*}, arranger: {*}, interpreter: {*}, band: {*}, key: {*}, tempo: {*}, tags: {*}, version: {*}, genre: {*}, rcId: {212152}, id: {6u6gGhJNfi1gd46hjrMTDc}, contentHash: {b1e8e5}}

[sequence]
v1,c,v1,c,e,c

[v1]
La început era Cuvântul.
Cuvântul era Dumnezeu.
Prin El au luat ființă toate
Și toate azi se țin prin El
El e Alfa și Omega
E Fiul lui Dumnezeu
E Cuvântul întrupat printre noi
Plin de har și adevăr

[c]
/: El e Domnul domnilor, Împăratul Cerului
El-Șadai din veșnicii, El Isus
El e mana cea din cer, El e piatra din Betel
E Mielul lui Dumnezeu, El Isus :/

[e]
/: El e Domnul, Împăratul
Din veșnicii El e Isus
E mana, e piatra
El este Mielul El Isus :/
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@
"dictionary:update": "node --no-warnings=ExperimentalWarning --loader ts-node/esm ./bin/lyricsRomanianDictionaryAnalyzer.ts --saveToDictionary",
"reprocess:content": "node --no-warnings=ExperimentalWarning --loader ts-node/esm ./bin/lyricsTextReprocessorRunner.ts",
"reprocess:filename": "node --no-warnings=ExperimentalWarning --loader ts-node/esm ./bin/lyricsFileNameReprocessorRunner.ts",
"import:rc:by-authors": "node --no-warnings=ExperimentalWarning --loader ts-node/esm ./temp-runners/importSongsFromRcByAuthors.ts",
"import:rc:by-ids": "node --no-warnings=ExperimentalWarning --loader ts-node/esm ./temp-runners/importSongsFromRcByIds.ts",
"build:ci": "npm run lint && npm run test && npm run verify",
"meta:ci": "npm run reprocess:filename && npm run reprocess:content && npm run verify"
},
Expand Down

0 comments on commit a26fe2f

Please sign in to comment.