Search results

  1. S

    [Bounty] Plugin to browse and download files

    Hi As i said in this post, this kind of feature realy miss on rutorrent. So I start a bounty for this and I hope the community will follow me. Features required : List all files in dir defined in conf file Rename/Copy/Move/Delete/Download files or folders Ability to unpack and unpack all for...
  2. S

    [Bounty] SoX / Spectral analysis plugin

    Perfect, thanks. Sent bounty over yesterday.
  3. S

    [Bounty] SoX / Spectral analysis plugin

    No, that's great thanks mate.
  4. S

    [Bounty] SoX / Spectral analysis plugin

    Correct it would be under most circumstances but because we are applying the spectrogram effect and it is passed after that it sets the image title: Quote if($filename!=='') { $mediafile = basename($filename); $commands = array()...
  5. S

    [Bounty] SoX / Spectral analysis plugin

    Spot on! If I could ask for 1 final tweak would it be possible to add the -t flag with the file name as a parameter? This would then put the file name of the file being analysed into the final image fixed it
  6. S

    [Bounty] SoX / Spectral analysis plugin

    Just to add, avoid using the -x -y SoX flags for scaling, the time penelties are far to great: Code: kolor@tyrant:/tmp$ time sox --multi-threaded Sample\ -\ Test\ 4.flac -n spectrogram -t Sample\ -\ Test\ 4.flac -o sample.png real 0m3.764s user 0m28.450s sys 0m0.076s...
  7. S

    [Bounty] SoX / Spectral analysis plugin

    A sample command I would use now would be: sox --multi-threaded "/home/media/Artist/Album/Track name.flac" -n spectrogram -t "Track name.flac" The bold parts being the constant, only variables are the file path and the file name at the end. Any extra switches would be past after the end...
  8. S

    [Bounty] modified autotools unpack

    I'd like to see a more advanced version of autotools as well. I'd like there to be some form of script execution (to push files to a different server on completion) If this is added i will contributed 20
  9. S

    Move finished downloads to pre-defined folder USING labels

    somus1735, that's not what he meant.. He is already using autotools plugin but rather, he is requesting an additional feature from it.
  10. S

    [Bounty] SoX / Spectral analysis plugin

    Bounty: $50 Brief: Create a plugin that will display spectrogram of audio files. Details: Using SoX and a method of operation similar to the Screenshot and MediaInfo plugins to create and display a spectral analysis (spectogram) of supported audio files (configurable via array). Will execute...
  11. S

    Twitter Bootstrap (CSS/HTML) implementation

    Sorry, but i can't understand - for which reason i must do this. A lot of work, and where profit? Current realization is a good for me
  12. S

    combining multiple identical files/torrents

    I'm afraid I don't understand how that would accomplish what I was referring to.
  13. S

    [BOUNTY] Label Icons ~Complete~

    Yet once. EVERY TORRENT ALREADY HAS AN ICON. This is a status icon. If you want to make a christmas tree from the torrents list, then you can to write your own plugin for that.
  14. S

    [BOUNTY] Label Icons ~Complete~

    Can't understand - what do you mean. Both of these parts (labels on the category panel and torrents in the main torrent list) already has icons.
  15. S

    [BOUNTY] Label Icons ~Complete~

    Quote Where can I expect the tracker icon to show in the tracker list? Right now. See screenshot. Quote was hoping it would be an additional column like the existing "Tracker" 1) Tracker list don't contain column named "Tracker". *Torrent* list contain it. Try to read your bounty in the...
  16. S

    [BOUNTY] Label Icons ~Complete~

    In this case you must make directory rutorrent/share/users/USERNAME/settings/labels/movie and place to it file couchpotato.png. Also, here is one more image to add to the default rutorrent/plugins/tracklabels/labels (common images) dir. Sorry, but "couchpotato" is a not "common style" label...
  17. S

    [BOUNTY] Label Icons ~Complete~

    Done, update core and plugin 'tracklabels' from the svn. 1) Matching is case insensitive. Full match is required. 2) Text of the label with image can't contain '/' char. 3) You can place new images in the PNG format (and with a .png extension) to the directory...
  18. S

    combining multiple identical files/torrents

    I'm aware that with some serious script-foo and pyroscope/rtorrent, it is possible to "combine" multiple identical torrents. For example, when cross-seeding on multiple trackers, so you only have one copy of the files on your drive. Could something be developped so rutorrent provides such a...
  19. S

    Bad response from server: (500 [error,getplugins]) after upgrading ubuntu :(

    Yet once - configure your server by the normal way. Your installation of php (or ruTorrent) is broken. Check web-server errors log.
  20. S

    Bad response from server: (500 [error,getplugins]) after upgrading ubuntu :(

    Install php extension named 'json'. Configure your server by the normal way.