You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Style of this project is:
"Year-Month-Day - Day of the week"
"07:00" instead of "07.00" or "7.00" or even "7:00".
(Though time should probably be the last thing to be corrected, at the end of the completion.)
Allows for multiple file/folder changes at once when pushing a commit.
Remove Empty Lines
Sometimes when copying TV programs, there's Empty lines in between, like this:
"07:00 Programa
07:35 Toon."
This can add up and get repetitive REAL quick, so a website like https://codebeautify.org/remove-empty-lines#
makes it time convenient to just copy and remove the empty lines.
Github's find and replace (CTRL+F)
Can be extra convenient if done right.
The text was updated successfully, but these errors were encountered:
Previously format was:
"08:00 Show - Additional info."
This is a bad way to go about it, if the title of a show includes "-" , it can be confusing.
Instead, I would advice to use " | " as in:
"08:00 Show | Additional info."
Personally I'm against additional info such as descriptions, I wish it was just:
"Show, (year it originally aired, not LT) episode number and title." But for now descriptions can be included even though they are quite filler.
Archiving websites that list programs [https://github.com/Zorklis/LT-TV-Programa/blob/TV-Programos/Templates%20/%20Informacija/Tinklalapiai%20archyvavimui/TV%20Program%C5%B3%20svetain%C4%97s.txt] (third party) should be done during the start of brand new day as old information gets erased as day goes on.
So if capturing at 20:00 , all the info before that will already be gone :/
Style of this project is:
"Year-Month-Day - Day of the week"
"07:00" instead of "07.00" or "7.00" or even "7:00".
(Though time should probably be the last thing to be corrected, at the end of the completion.)
Github dev mode:
https://github.dev/Zorklis/LT-TV-Programa OR by pressing "." (the dot)
Allows for multiple file/folder changes at once when pushing a commit.
Remove Empty Lines
Sometimes when copying TV programs, there's Empty lines in between, like this:
"07:00 Programa
07:35 Toon."
This can add up and get repetitive REAL quick, so a website like https://codebeautify.org/remove-empty-lines#
makes it time convenient to just copy and remove the empty lines.
Github's find and replace (CTRL+F)
Can be extra convenient if done right.
The text was updated successfully, but these errors were encountered: