Skip to content

Commit

Permalink
Merge branch 'main' of github.com:netters42/episodes
Browse files Browse the repository at this point in the history
  • Loading branch information
antranigv committed Feb 19, 2023
2 parents 311208d + b4371cf commit 102ca5c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions DD-MM-YYYY.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
TYPE: <content type> # e.g․ ցանցառներ ռադիօ
NUM: <episode number> # e.g․ 8
TITLE: <S__E__: keywords> # e.g. S00E08: ԱռԷմԷս, ՋիՍիՍի, Յունիթի, Պատենտներ
VIDEO: <the URL from our media server> # e.g. https://xn--y9afcz6b.xn--y9aam0eb9a4abc.xn--y9a3aq/np-n008-S00E08.mp4
DATE: <DD-MM-YYYY> # e.g. 29-09-2019
GUID: <a GUID, obviously> # e.g. A68FE3DE-F5A8-4685-AA59-3F6DCF9CB807

NOTES:
<նշումները՝ տողի վրա մեկական։ Եթե կան ժամանակակտօրներ, ապա տողի սկզբում և հետևյալ տեսքի `hh:mm:ss`>

# e.g. 00:00:00 Բարեւ Համացանց
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

այս շտեմարանի միջոցով ստեղծւում է [թողարկումներ](https://ռադիօ.ցանցառներ.հայ/թողարկում/) էջը։

### էջերի ստեղծում
## էջերի ստեղծում

շտեմարանը բաժանուած է երկու մասի

Expand All @@ -17,4 +17,4 @@

բոլոր դրուագների տուեալները գտնւում են [episodes](https://github.com/netters42/episodes/tree/main/episodes) հասցէի մէջ

Ասանկ բաներ…
Ասանկ բաներ…
2 changes: 1 addition & 1 deletion episodes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ do
_num="$(grep -E '^NUM:' ${episode} | sed 's/^NUM: //')"
_title="$(grep -E '^TITLE:' ${episode} | sed 's/^TITLE: //')"
cat <<EOF
<outline text="${_type} #${_num} ${_title}" type="link" url="${_type}-${_num}.html"/>"
<outline text="${_type} #${_num} - ${_title}" type="link" url="https://ռադիօ.ցանցառներ.հայ/թողարկում/${_type}-${_num}.html"/>"
EOF
done

Expand Down

0 comments on commit 102ca5c

Please sign in to comment.