mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-23 00:08:51 -05:00
* format reviews
This commit is contained in:
parent
446f65f746
commit
7b90d41ec7
@ -30,9 +30,9 @@ sortRegexList("${dir_data}/add-series-alias.txt")
|
||||
|
||||
|
||||
def reviews = []
|
||||
new File("${dir_root}/reviews.csv").eachLine('UTF-8'){
|
||||
def s = it.split(';', 3)
|
||||
reviews << [user: s[0], date: s[1], text: s[2].replaceAll(/^\"|\"$/, '').replaceAll(/["]{2}/, '"') ]
|
||||
new File("${dir_root}/reviews.tsv").eachLine('UTF-8'){
|
||||
def s = it.split(/\t/, 3)*.trim()
|
||||
reviews << [user: s[0], date: s[1], text: s[2]]
|
||||
}
|
||||
reviews = reviews.sort{ it.date }
|
||||
|
||||
|
27
reviews.csv
27
reviews.csv
@ -1,27 +0,0 @@
|
||||
Amit Singhal;2010-05-23;one of the best tv-ep 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 author!"
|
||||
Jackson;2012-03-26;Stable and works.
|
||||
Milos Kaurin;2012-04-14;One of the best (if not the best) multiplatform 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!
|
||||
Ed Doran;2012-08-25;A must use tool. Really simplifies watching my favorite movies
|
||||
Kate Smith;2012-11-05;awesome user-interface!
|
||||
OpenID User;2012-11-05;Extremely quick and efficient. Great for renaming anime, too - I was very impressed at Filebot's ability to consistently rename anime using AniDB. A must for keeping a large collection clean!
|
||||
akya;2013-02-21;Extremely efficient.. especially for renaming single episodes.
|
||||
hfurius;2013-02-24;easy to use and easy to work. thanks a lot!
|
||||
Jan;2013-03-21;Kudos :) Great time saver keeping my collection organized. Stable, useful, easy to use. Donation has been made. Keep up the good work
|
||||
Bobby Scholtens;2013-05-27;"Pretty awesome piece of software. Very fast and easy to use. As it states: ""it just works""."
|
||||
williamdanis;2013-06-18;Filebot is excellent! Thanks.
|
||||
haywardb;2013-08-08;Wow, thank you so much for this program. I had a large collection of tv shows which I was not looking forward to sorting out. Dumped the files into FileBot and within minutes, all done. Even finds correct name within filenames with a load of junk in them.
|
||||
Raydan;2013-09-08;I can really recommend using filebot for sorting, moving, deleting, subtitle searching... I just started the script once... and it was quite mindblowing to be honest.
|
||||
Nitish Kumar;2013-09-21;FileBot is such an amazing piece of work. Been using it for TV Shows renaming but today tried over movies as well. Big time success!
|
||||
mitchfranklin;2013-11-17;Absolutely brilliant application. Does everything so smoothly!
|
||||
Alexander Walter;2013-12-12;Loving FileBot. I only wish I had discovered it sooner. Thank you for saving me so much time.
|
||||
Saul Chernick;2013-12-25;This is an amazing, amazing open-source project and deserves much success.
|
||||
shareiscare;2014-03-07;I am a heavy XBMC user and I have tested many renaming programs and I have to admit your one just rocks. I virtually have 100% success rate in scraping.
|
||||
chuckl;2014-04-08;It will rip through movies and tv series files like a knife through butter.
|
||||
Piers;2014-04-16;I would go with FileBot as a free and simple way to rename content - over 18,000 files and a 99.8% first time success rate.
|
||||
thejoecal;2014-07-31;Filebot is probably one of the top 5 computer programs I've ever used.
|
||||
IvoryBrony;2014-09-01;Seriously one of the most useful apps on my Mac.
|
||||
Jeff Racer;2015-02-11;This app has saved me thousands of hours.
|
||||
Christian Horch;2015-04-14;This is a new level and the ease of use is amazing!!!
|
|
27
reviews.tsv
Normal file
27
reviews.tsv
Normal file
@ -0,0 +1,27 @@
|
||||
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!
|
||||
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!
|
||||
Ed Doran 2012-08-25 A must use tool. Really simplifies watching my favorite movies.
|
||||
Kate Smith 2012-11-05 Awesome user-interface!
|
||||
Geng 2012-11-05 Extremely quick and efficient. Great for renaming anime too - I was very impressed at FileBot's ability to consistently rename anime using AniDB. A must for keeping a large collection clean!
|
||||
Akya 2013-02-21 Extremely efficient, especially for renaming single episodes.
|
||||
Furius 2013-02-24 Easy to use and easy to work. Thanks a lot!
|
||||
Jan 2013-03-21 Kudos! :) Great time saver keeping my collection organized. Stable, useful, easy to use. Donation has been made. Keep up the good work!
|
||||
Bobby Scholtens 2013-05-27 Pretty awesome piece of software. Very fast and easy to use. As it states: "it just works".
|
||||
William Danis 2013-06-18 FileBot is excellent! Thanks.
|
||||
Hayward 2013-08-08 Wow! Thank you so much for this program. I had a large collection of tv shows which I was not looking forward to sorting out. Dumped the files into FileBot and within minutes, all done.Even finds the correct name within filenames with a load of junk in them.
|
||||
Raydan 2013-09-08 I can really recommend using filebot for sorting, moving, deleting, subtitle searching... I just started the script once... and it was quite mindblowing to be honest.
|
||||
Nitish Kumar 2013-09-21 FileBot is such an amazing piece of work. Been using it for TV Show renaming but today I tried it on movies as well. Big time success!
|
||||
Mitch Franklin 2013-11-17 Absolutely brilliant application. Does everything so smoothly!
|
||||
Alexander Walter 2013-12-12 Loving FileBot. I only wish I had discovered it sooner. Thank you for saving me so much time!
|
||||
Saul Chernick 2013-12-25 This is an amazing, amazing open-source project and deserves much success.
|
||||
Sic 2014-03-07 I am a heavy XBMC user and I have tested many renaming programs and I have to admit yours just rocks. I virtually have 100% success rate in scraping.
|
||||
Chuck 2014-04-08 It will rip through movies and tv series files like a knife through butter.
|
||||
Piers 2014-04-16 I would go with FileBot as a free and simple way to rename content - over 18,000 files and a 99.8% first time success rate.
|
||||
Joe Cal 2014-07-31 Filebot is probably one of the top 5 computer programs I've ever used.
|
||||
Brony 2014-09-01 Seriously one of the most useful apps on my Mac.
|
||||
Jeff Racer 2015-02-11 This app has saved me thousands of hours.
|
||||
Christian Horch 2015-04-14 This is a new level and the ease of use is amazing!!!
|
Can't render this file because it contains an unexpected character in line 3 and column 39.
|
@ -2,17 +2,17 @@
|
||||
{
|
||||
"user": "Amit Singhal",
|
||||
"date": "2010-05-23",
|
||||
"text": "one of the best tv-ep renamers out there! kudos! to the author, rednoah"
|
||||
"text": "One of the best tv-episode renamers out there! Kudos! To the author, rednoah."
|
||||
},
|
||||
{
|
||||
"user": "lakis koulourakis",
|
||||
"user": "Lakis Koulourakis",
|
||||
"date": "2011-02-18",
|
||||
"text": "best app on series renaming i could find"
|
||||
"text": "Best app on series renaming I could find."
|
||||
},
|
||||
{
|
||||
"user": "mark",
|
||||
"user": "Mark",
|
||||
"date": "2012-03-25",
|
||||
"text": "one of the most liked \"must have\" programs i use. much thanks to author!"
|
||||
"text": "One of the most liked \"must have\" programs I use. Much thanks to the author!"
|
||||
},
|
||||
{
|
||||
"user": "Jackson",
|
||||
@ -22,42 +22,42 @@
|
||||
{
|
||||
"user": "Milos Kaurin",
|
||||
"date": "2012-04-14",
|
||||
"text": "One of the best (if not the best) multiplatform episode renamer/subtitle downloader"
|
||||
"text": "One of the best (if not the best) multi-platform episode renamer/subtitle downloader!"
|
||||
},
|
||||
{
|
||||
"user": "Gillardino Boccacio",
|
||||
"date": "2012-05-12",
|
||||
"text": "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!"
|
||||
"text": "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!"
|
||||
},
|
||||
{
|
||||
"user": "Ed Doran",
|
||||
"date": "2012-08-25",
|
||||
"text": "A must use tool. Really simplifies watching my favorite movies"
|
||||
"text": "A must use tool. Really simplifies watching my favorite movies."
|
||||
},
|
||||
{
|
||||
"user": "Kate Smith",
|
||||
"date": "2012-11-05",
|
||||
"text": "awesome user-interface!"
|
||||
"text": "Awesome user-interface!"
|
||||
},
|
||||
{
|
||||
"user": "OpenID User",
|
||||
"user": "Geng",
|
||||
"date": "2012-11-05",
|
||||
"text": "Extremely quick and efficient. Great for renaming anime, too - I was very impressed at Filebot's ability to consistently rename anime using AniDB. A must for keeping a large collection clean!"
|
||||
"text": "Extremely quick and efficient. Great for renaming anime too - I was very impressed at FileBot's ability to consistently rename anime using AniDB. A must for keeping a large collection clean!"
|
||||
},
|
||||
{
|
||||
"user": "akya",
|
||||
"user": "Akya",
|
||||
"date": "2013-02-21",
|
||||
"text": "Extremely efficient.. especially for renaming single episodes."
|
||||
"text": "Extremely efficient, especially for renaming single episodes."
|
||||
},
|
||||
{
|
||||
"user": "hfurius",
|
||||
"user": "Furius",
|
||||
"date": "2013-02-24",
|
||||
"text": "easy to use and easy to work. thanks a lot!"
|
||||
"text": "Easy to use and easy to work. Thanks a lot!"
|
||||
},
|
||||
{
|
||||
"user": "Jan",
|
||||
"date": "2013-03-21",
|
||||
"text": "Kudos :) Great time saver keeping my collection organized. Stable, useful, easy to use. Donation has been made. Keep up the good work"
|
||||
"text": "Kudos! :) Great time saver keeping my collection organized. Stable, useful, easy to use. Donation has been made. Keep up the good work!"
|
||||
},
|
||||
{
|
||||
"user": "Bobby Scholtens",
|
||||
@ -65,14 +65,14 @@
|
||||
"text": "Pretty awesome piece of software. Very fast and easy to use. As it states: \"it just works\"."
|
||||
},
|
||||
{
|
||||
"user": "williamdanis",
|
||||
"user": "William Danis",
|
||||
"date": "2013-06-18",
|
||||
"text": "Filebot is excellent! Thanks."
|
||||
"text": "FileBot is excellent! Thanks."
|
||||
},
|
||||
{
|
||||
"user": "haywardb",
|
||||
"user": "Hayward",
|
||||
"date": "2013-08-08",
|
||||
"text": "Wow, thank you so much for this program. I had a large collection of tv shows which I was not looking forward to sorting out. Dumped the files into FileBot and within minutes, all done. Even finds correct name within filenames with a load of junk in them."
|
||||
"text": "Wow! Thank you so much for this program. I had a large collection of tv shows which I was not looking forward to sorting out. Dumped the files into FileBot and within minutes, all done.Even finds the correct name within filenames with a load of junk in them."
|
||||
},
|
||||
{
|
||||
"user": "Raydan",
|
||||
@ -82,17 +82,17 @@
|
||||
{
|
||||
"user": "Nitish Kumar",
|
||||
"date": "2013-09-21",
|
||||
"text": "FileBot is such an amazing piece of work. Been using it for TV Shows renaming but today tried over movies as well. Big time success!"
|
||||
"text": "FileBot is such an amazing piece of work. Been using it for TV Show renaming but today I tried it on movies as well. Big time success!"
|
||||
},
|
||||
{
|
||||
"user": "mitchfranklin",
|
||||
"user": "Mitch Franklin",
|
||||
"date": "2013-11-17",
|
||||
"text": "Absolutely brilliant application. Does everything so smoothly!"
|
||||
},
|
||||
{
|
||||
"user": "Alexander Walter",
|
||||
"date": "2013-12-12",
|
||||
"text": "Loving FileBot. I only wish I had discovered it sooner. Thank you for saving me so much time."
|
||||
"text": "Loving FileBot. I only wish I had discovered it sooner. Thank you for saving me so much time!"
|
||||
},
|
||||
{
|
||||
"user": "Saul Chernick",
|
||||
@ -100,12 +100,12 @@
|
||||
"text": "This is an amazing, amazing open-source project and deserves much success."
|
||||
},
|
||||
{
|
||||
"user": "shareiscare",
|
||||
"user": "Sic",
|
||||
"date": "2014-03-07",
|
||||
"text": "I am a heavy XBMC user and I have tested many renaming programs and I have to admit your one just rocks. I virtually have 100% success rate in scraping."
|
||||
"text": "I am a heavy XBMC user and I have tested many renaming programs and I have to admit yours just rocks. I virtually have 100% success rate in scraping."
|
||||
},
|
||||
{
|
||||
"user": "chuckl",
|
||||
"user": "Chuck",
|
||||
"date": "2014-04-08",
|
||||
"text": "It will rip through movies and tv series files like a knife through butter."
|
||||
},
|
||||
@ -115,12 +115,12 @@
|
||||
"text": "I would go with FileBot as a free and simple way to rename content - over 18,000 files and a 99.8% first time success rate."
|
||||
},
|
||||
{
|
||||
"user": "thejoecal",
|
||||
"user": "Joe Cal",
|
||||
"date": "2014-07-31",
|
||||
"text": "Filebot is probably one of the top 5 computer programs I've ever used."
|
||||
},
|
||||
{
|
||||
"user": "IvoryBrony",
|
||||
"user": "Brony",
|
||||
"date": "2014-09-01",
|
||||
"text": "Seriously one of the most useful apps on my Mac."
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user