update gitignore

This commit is contained in:
Nimble 2023-01-29 15:36:28 -06:00
parent 59357db03d
commit a4e958b3a0
5 changed files with 16372 additions and 1 deletions

2
.gitignore vendored
View File

@ -2,6 +2,6 @@
/lib/
/bin/
/.shards/
/specs/files/
/spec/files/
*.dwarf
*.lock

14047
spec/files/Playlist5.xspf Normal file

File diff suppressed because it is too large Load Diff

2305
spec/files/Playlist6.m3u Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<playlist version="1" xmlns="http://xspf.org/ns/0/">
<trackList>
<track>
<location>/media/Plex/Music/11. KOMM,SUSSER TOD(M-10 DIRECTOR'S EDIT.VERSION).flac</location>
<title>11. KOMM,SUSSER TOD(M-10 DIRECTOR'S EDIT.VERSION)</title>
<duration>463000</duration>
<image>/media/Plex/Music/692b6cb2e35e18c27b32e0632a07dd47.sync-conflict-20220110-215510-IRXNWES.png</image>
</track>
<track>
<location>/media/Plex/Music/Banda Elastica - Banda Elastica 2 - 1986/01 Cine Negro.flac</location>
<title>01 Cine Negro</title>
<album>Banda Elastica - Banda Elastica 2 - 1986</album>
<duration>601000</duration>
<image>/media/Plex/Music/Banda Elastica - Banda Elastica 2 - 1986/cover.jpg</image>
</track>
</playlist>

View File

@ -1,3 +1,5 @@
# This is code for CLI and flags, should be build and tried, not ran.
require "option_parser"
require "colorize"