update gitignore
This commit is contained in:
parent
59357db03d
commit
a4e958b3a0
5 changed files with 16372 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -2,6 +2,6 @@
|
|||
/lib/
|
||||
/bin/
|
||||
/.shards/
|
||||
/specs/files/
|
||||
/spec/files/
|
||||
*.dwarf
|
||||
*.lock
|
||||
|
|
14047
spec/files/Playlist5.xspf
Normal file
14047
spec/files/Playlist5.xspf
Normal file
File diff suppressed because it is too large
Load diff
2305
spec/files/Playlist6.m3u
Normal file
2305
spec/files/Playlist6.m3u
Normal file
File diff suppressed because it is too large
Load diff
17
spec/files/small-playlist.xspf
Normal file
17
spec/files/small-playlist.xspf
Normal 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>
|
|
@ -1,3 +1,5 @@
|
|||
# This is code for CLI and flags, should be build and tried, not ran.
|
||||
|
||||
require "option_parser"
|
||||
require "colorize"
|
||||
|
||||
|
|
Loading…
Reference in a new issue