* update data
This commit is contained in:
parent
ca3fc8f3fa
commit
f9da8f4567
|
@ -19,4 +19,5 @@ mitchfranklin;2013-11-17;Absolutely brilliant application. Does everything so sm
|
||||||
Alexander Walter;2013-12-12;Loving FileBot. I only wish I had discovered it sooner. Thank you for saving me so much time.
|
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.
|
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.
|
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.
|
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.
|
|
|
@ -40,6 +40,7 @@
|
||||||
^Crime$
|
^Crime$
|
||||||
^data$
|
^data$
|
||||||
^deluge$
|
^deluge$
|
||||||
|
^Disco[0-9]$
|
||||||
^disk[0-9]$
|
^disk[0-9]$
|
||||||
^Documentaries$
|
^Documentaries$
|
||||||
^Documentary$
|
^Documentary$
|
||||||
|
@ -67,6 +68,7 @@
|
||||||
^Games$
|
^Games$
|
||||||
^good$
|
^good$
|
||||||
^HD[0-9]$
|
^HD[0-9]$
|
||||||
|
^HD[A-Z].DATA$
|
||||||
^hdd[0-9]$
|
^hdd[0-9]$
|
||||||
^home$
|
^home$
|
||||||
^Horror$
|
^Horror$
|
||||||
|
@ -88,6 +90,7 @@
|
||||||
^Multimedia$
|
^Multimedia$
|
||||||
^Musique$
|
^Musique$
|
||||||
^mynas$
|
^mynas$
|
||||||
|
^NAS$
|
||||||
^net$
|
^net$
|
||||||
^new$
|
^new$
|
||||||
^of$
|
^of$
|
||||||
|
@ -151,7 +154,7 @@
|
||||||
^Video$
|
^Video$
|
||||||
^VIDEO_TS$
|
^VIDEO_TS$
|
||||||
^Videos$
|
^Videos$
|
||||||
^volume\D?\d?$
|
^Volume.[0-9]$
|
||||||
^Volumes$
|
^Volumes$
|
||||||
^watch$
|
^watch$
|
||||||
^www$
|
^www$
|
||||||
|
|
|
@ -108,5 +108,10 @@
|
||||||
"user": "chuckl",
|
"user": "chuckl",
|
||||||
"date": "2014-04-08",
|
"date": "2014-04-08",
|
||||||
"text": "It will rip through movies and tv series files like a knife through butter."
|
"text": "It will rip through movies and tv series files like a knife through butter."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"user": "Piers",
|
||||||
|
"date": "2014-04-16",
|
||||||
|
"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."
|
||||||
}
|
}
|
||||||
]
|
]
|
Loading…
Reference in New Issue