Skip to content

Instantly share code, notes, and snippets.

View tinyoverflow's full-sized avatar
🏡
Stayin' at home.

Felix Stieglitz tinyoverflow

🏡
Stayin' at home.
View GitHub Profile
@tinyoverflow
tinyoverflow / TvShowNfo.kt
Created April 15, 2023 13:14 — forked from soywiz/TvShowNfo.kt
VideoStation's VsMeta File Format (released as PUBLIC DOMAIN) https://unlicense.org/
package com.soywiz.util
import com.soywiz.klock.*
import com.soywiz.korio.file.*
import com.soywiz.korio.serialization.xml.*
class TvShowNfo {
data class Info(
var title: String = "",
var sortTitle: String? = null,