OpenELEC / OpenELEC.tv

OpenELEC - The living room PC for everyone
http://openelec.tv
1.6k stars 888 forks source link

fdupes addon or builtin #2859

Closed luqasz closed 10 years ago

luqasz commented 10 years ago

hi

can you please add fdupes utility program to openelec ? i find this program verry usefull

apt-cache show fdupes Package: fdupes Priority: optional Section: utils Installed-Size: 84 Maintainer: Ubuntu Developers ubuntu-devel-discuss@lists.ubuntu.com Original-Maintainer: Sandro Tosi morph@debian.org Architecture: i386 Version: 1.50-PR2-3 Depends: libc6 (>= 2.7) Filename: pool/main/f/fdupes/fdupes_1.50-PR2-3_i386.deb Size: 19988 MD5sum: 0eea693d4f0b768cc57c7ce0b58f9574 SHA1: 013601cb85e2e4d8726fb6cf285001348ef9cf49 SHA256: fa7670a6fbd7c806f568f451d07b1a191c973fc68be9519ace2abad7f432e093 Description-en: identifies duplicate files within given directories FDupes uses md5sums and then a byte by byte comparison to find duplicate files within a set of directories. It has several useful options including recursion. Homepage: http://code.google.com/p/fdupes/ Description-md5: d917c30aa3870e8a38071caa9a905475 Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y

luqasz commented 10 years ago

why have you closed this ticket ?

fritsch commented 10 years ago

Github is used for development. If you need additional software, package them and submit the to unofficial addons.

luqasz commented 10 years ago

ok thx for info

sraue commented 10 years ago

please tell us on such requests why you need this and whats your usecase. we dont integrate tools which are not commonly used in the core OS, but we could accept such packages as addons. if such a package is needed in the core OS we must know for what.

luqasz commented 10 years ago

i find it usefull (both programs) for managing my downloads. since i can have tons of mp3's i can scan my hdd for duplicate files. sometimes you may download exactly same content with just name changed.

with detox i change spaces with underscore and lowercase letters. this is usefull since linux shell does not like spaces in file/directory names. i did ran that in cron.

this is just a suggestion and it is not a must for me.

sraue commented 10 years ago

it sounds like its more usefull as an addon, if you are not able to create such addon and send a PR to our addon repo ask first for help in our forum if anyone can help, if not maybe in our IRC channel.

luqasz commented 10 years ago

ok thx for info. i will ask

stefansaraev commented 10 years ago

fdupes added to unofficial. detox is PITA to compile (due to bison/flex stupidity)

luqasz commented 10 years ago

ok thx for info and your work