Giter Site home page Giter Site logo

Comments (6)

Laharah avatar Laharah commented on June 16, 2024

I couldn't replicate that error you got for that particular torrent, but I did do some more work on the search system, so that a single failed torrent won't crash the whole search. I'm gonna mark this as closed, if it's still happening re-open and I'll see if we can do some more in-depth debugging.

from redlist.

BoBeR182 avatar BoBeR182 commented on June 16, 2024

I think it was related to the actual playlist not to do with the torrent.
Also not sure if it's a diff bug, but it seems it skips the first song, but only in debug output, not in searching for the torrent. Updating now and I'll reopen if it crashes again. Thank you so much for maintaining the script.

This was the bugged torrent

ERROR:redlist.redsearch:could not make TrackInfo for Jimmy Eat World - Bleed American (Deluxe Edition) - The Middle.

From this playlist https://open.spotify.com/playlist/37i9dQZF1DXd6tJtr4qeot

from redlist.

Laharah avatar Laharah commented on June 16, 2024

Yeah, that's an error when it's trying to verify that the track you're looking for is in a particular torrent. It has to create a dummy track for the file name. I think there might be an issue where the filters are too aggressive and are accidentally wiping the entire file name.

Can you send me the output of redlist --show-config? When I was trying to replicate that's the track I tested on and didn't have any trouble with it. There might be a problem with a specific format you're trying to get on Red.

Also, I think that might be a dynamic playlist on spotify, because that track isn't on the playlist for me. There seems to be a bunch of differences from the one you posted above too. This is what it looks like for me:

  1. The Viking - Lars Frederiksen and the Bastards - Viking
  2. Weird Beard - Mad Caddies - Rock The Plank
  3. The Three of Us - Streetlight Manifesto - The Hands That Thieve
  4. Come With Me - Deviates - Time Is The Distance
  5. Diamonds And Guns - Transplants - Transplants
  6. Question The Answer - Strike Anywhere - To Live In Discontent
  7. Banquet - Bloc Party - Silent Alarm (U.S. Version)
  8. State of Mind - Mad Caddies - Consentual Selections
  9. Point / Counterpoint - Streetlight Manifesto - Everything Goes Numb
  10. Take Warning - Operation Ivy - Operation Ivy (2007 Remaster)
  11. Insubordination - Voodoo Glow Skulls - Who Is, This Is?
  12. Shining On - Big D and the Kids Table - Strictly Rude
  13. Heart Attack American - The Bronx - The Bronx (I)
  14. Mexican Radio - Authority Zero - Andiamo (Explicit Content U.S. Version)
  15. Such Great Heights - Streetlight Manifesto - 99 Songs of Revolution Vol. 1
  16. New Noise - Refused - The Shape Of Punk To Come
  17. One Armed Scissor - At The Drive In - Relationship of Command
  18. El Coo Cooi - Voodoo Glow Skulls - Firme
  19. Road Rash - Mad Caddies - Duck And Cover
  20. Mr. Smiley - Mustard Plug - Big Daddy Multitude
  21. Everything Went Numb - Streetlight Manifesto - Everything Goes Numb
  22. Pints of Guinness Make You Strong - Against Me! - Reinventing Axl Rose
  23. Rebel Yell - Assorted Jelly Beans - What's Really Going On!?!
  24. Sound System - Operation Ivy - Operation Ivy (2007 Remaster)
  25. Knifeman - The Bronx - The Bronx (III)
  26. This Is How It Goes - Billy Talent - Billy Talent
  27. We Will Fall Together - Streetlight Manifesto - Somewhere in the Between
  28. Not Fucking Around - Big D and the Kids Table - Fluent In Stroll
  29. Shoot the Moon - Voodoo Glow Skulls - Firme
  30. State Of The Union - Rise Against - Siren Song Of The Counter-Culture
  31. Fred's Got Slacks - The Flatliners - Destroy To Create
  32. Fell in Love with a Girl - The White Stripes - White Blood Cells
  33. On a Rope - Rocket From The Crypt - Scream, Dracula, Scream
  34. Refusal - Strike Anywhere - Change Is A Sound
  35. Hate To Say I Told You So - The Hives - Your New Favourite Band
  36. Patent Pending - Heavens - Patent Pending
  37. Superman - Goldfinger - The Best Of Goldfinger
  38. New Girl - The Suicide Machines - Destruction By Definition
  39. Kids Of The K-Hole - NOFX - So Long & Thanks For All The Shoes
  40. Insects Destroy - Pulley - Matters
  41. Main Offender - The Hives - Veni Vidi Vicious
  42. Counting - Heavens - Patent Pending
  43. Back To The Motor League - Propagandhi - Today's Empires, Tomorrow's Ashes
  44. Celebration Song - Unwritten Law - Here's To The Mourning
  45. Kemp - Millencolin - Home From Home
  46. Society - Pennywise - Full Circle (2005 Remaster)
  47. 'Merican - Descendents - Cool To Be You
  48. Tick Tick Boom - The Hives - The Black And White Album
  49. Gangsters and Thugs - Transplants - Haunted Cities
  50. Euro-Barge - The Vandals - Hitler Bad, Vandals Good

from redlist.

BoBeR182 avatar BoBeR182 commented on June 16, 2024

Interesting, I never heard of dynamic playlists.
Here is my config file attached.

beets_library: /home/bober/.config/beets/library.db
torrent_directory: .
m3u_directory: .
enable_deluge: yes
restrict_album: no
overwrite_m3u: no

redacted:
    username: REDACTED
    password: REDACTED
    save_cookies: yes
    use_fl_tokens: yes
    format_preferences:
    - FLAC .* (Web)
    - FLAC .* (lossless)
    - FLAC .*
    - MP3 V0
    - MP3 .*
    - .*

deluge:
    host: localhost
    port: 58846
    username: REDACTED
    password: REDACTED
    add_paused: yes
pinentry: yes

from redlist.

Laharah avatar Laharah commented on June 16, 2024

I still can't get replicate the error on my side. If you don't mind, would you be willing to update to the new version and send me the ERROR:redlist.redsearch:could not make TrackInfo error you get when you re-run?

The new version should be more explicit about what filename exactly is causing it to fail. It'll help me better tune the filename filters.

from redlist.

BoBeR182 avatar BoBeR182 commented on June 16, 2024

Sorry, It was fixed in your last patch. I can't replicate it either.
I thought you might have wanted to know what the actual file was, but it's too late now, without downgrading and manually removing that album from my beets library.

from redlist.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.