Skip to content

Instantly share code, notes, and snippets.

View tengelmeier's full-sized avatar

Thomas Engelmeier tengelmeier

  • Munich, Germany
View GitHub Profile
@soywiz
soywiz / TvShowNfo.kt
Last active April 17, 2024 02:53
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,