1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

* try making tsv standard compliant (for github)

This commit is contained in:
Reinhard Pointner 2015-05-28 11:59:27 +00:00
parent 871b7438e7
commit f885761628
3 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@ sortRegexList("${dir_data}/add-series-alias.txt")
def reviews = []
new File("${dir_root}/reviews.tsv").eachLine('UTF-8'){
def s = it.split(/\t/, 3)*.trim()
def s = it.split(/\t/, 3)*.trim()*.replaceAll('["]{2}', '"')
reviews << [user: s[0], date: s[1], text: s[2]]
}
reviews = reviews.sort{ it.date }

View File

@ -1,6 +1,6 @@
Amit Singhal 2010-05-23 One of the best tv-episode renamers out there! Kudos! To the author, rednoah.
Lakis Koulourakis 2011-02-18 Best app on series renaming I could find.
Mark 2012-03-25 One of the most liked "must have" programs I use. Much thanks to the author!
Mark 2012-03-25 One of the most liked ""must have"" programs I use. Much thanks to the author!
Jackson 2012-03-26 Stable and works.
Milos Kaurin 2012-04-14 One of the best (if not the best) multi-platform episode renamer/subtitle downloader!
Gillardino Boccacio 2012-05-12 Indispensable tool for people with a large library of videos. Through this program, I was able to restore order in films and serials. Thank you!

Can't render this file because it contains an unexpected character in line 3 and column 39.

View File

@ -61,7 +61,7 @@
<ul>
<li><a href="https://www.filebot.net/forums/">Forums</a></li>
<li><a href="https://www.filebot.net/forums/viewtopic.php?f=3&amp;t=7#p7">FAQ</a></li>
<li><a href="https://www.filebot.net/#download">Download</a></li>
<li><a href="#download">Download</a></li>
</ul>
</div>
</div>