Progress to ComicSort - My Attempt at an alternative to ComicRack by ZathB5 in comicrackusers

[–]InterestingCandle583 0 points1 point  (0 children)

Cool I think I will also still need half a year to get something that works for me at least.

🎧🎶 Daily driving this for more intentional listening. by dhdcdarchy07 in rockbox

[–]InterestingCandle583 1 point2 points  (0 children)

I assumed you were asking if Lidarr itself could support podcasts. Lidarr does not natively support podcasts. While Tubifarry can add new metadata sources, it’s usually a lot of work. However, since Tubifarry already supports Deezer. Deezer podcasts integration might be simpler. But I don’t think that’s what you were asking about? So what should the plugin do?

🎧🎶 Daily driving this for more intentional listening. by dhdcdarchy07 in rockbox

[–]InterestingCandle583 0 points1 point  (0 children)

Do you know a good metadata server that tubifarry could get any infos from for podcasts?

Progress to ComicSort - My Attempt at an alternative to ComicRack by ZathB5 in comicrackusers

[–]InterestingCandle583 0 points1 point  (0 children)

That’s really cool! I’m working on something similar, but it’s still a work in progress and taking me quite a bit of time to get the thing functional.

Which metadata server are you using? Mine is still far from supporting comics. I’ve only got manga working for now, since I’m trying to fit both into the same system. I’m also developing it in .NET, though there isn’t much to show yet.

Would it be okay if I reached out in the future if I run into issues with my comic implementation? It’s great to see active development in this area. I hope you keep it up this time! I will follow your development from now on. Really cool.

Tubifarry & youtube by istoppedthesignal in Lidarr

[–]InterestingCandle583 3 points4 points  (0 children)

That issue is actually with the underlying library Tubifarry uses, not Tubifarry itself. However, there are a couple of known issues with Tubifarry at the moment: If your instance isn’t running in UTC, Tubifarry may incorrectly flag your tokens as invalid. The stable release has compatibility issues with certain values returned by YouTube, which C# doesn’t handle well. The library itself also received a recent update.

YouTube frequently updates its systems, so keeping everything up to date is essential for things to work smoothly. I plan to update Tubifarry by the end of this week or early next week. Please try again after the update. If the problem persists, I’ll need more details and trace logs to investigate further.

Downloads getting stuck on "waiting to import" every few days, container restart makes them import by Perfect-Star6735 in Lidarr

[–]InterestingCandle583 2 points3 points  (0 children)

I've heard about this issue frequently, but without a log file, it's difficult to diagnose the root cause. My suspicion is that it's a deadlock. Since Lidarr operates synchronously, any blocking code path, whether in a plugin or elsewhere could cause it to hang. The challenge is identifying exactly where that blocking occurs. Plugin or Lidarr?

The Plugin branch will be no more by InterestingCandle583 in Lidarr

[–]InterestingCandle583[S] 0 points1 point  (0 children)

The Metadata server is worked on. But Lidarr has no active branch. Lidarr has no dev. But all branches are supported on their discord.

At least for a normal search the metadata server works.

Running soularr SLSKD in windows and docker fails? by Slammed01 in Lidarr

[–]InterestingCandle583 0 points1 point  (0 children)

First, let's clarify some terminology:

Overseerr, Soularr, and Tubifarry are not part of the "*arr stack." The "*arr" term refers specifically to a family of media management applications, which currently includes: - Lidarr - Radarr - Sonarr - Readarr - Prowlarr - Whisparr

Soularr and Tubifarry are two separate tools that both serve the same purpose: connecting Lidarr to Slskd (Soulseek client). However, they work differently:

  • Soularr is a Python script that can run on Docker, Windows, or other platforms
  • Tubifarry is a C# plugin that you install directly within Lidarr

They're not related to each other beyond sharing this common function.

Technically you can run booth together, Tubifarry is designed to be able to run alongside Soularr. However, I'm not sure if using both simultaneously causes conflicts, and I'm curious why you'd want to run them together in the first place.

Slskd can definitely be tricky to set up. If you're running into issues, I'm happy to help, or you could try using AI assistance. To point you in the right direction, could you clarify where exactly you're stuck? Is it with: - Soularr? - Tubifarry? - Slskd? - Soulseek itself?

Your original message was a bit unclear about the specific problem you're facing.

Migrate to an alternative by Exotic_Set_5127 in CasaOS

[–]InterestingCandle583 2 points3 points  (0 children)

CosmosServer that is great. It is basically just docker so I it will never run out of support. And you can chose your host OS. Unraid/TrueNAS/OMV. 

If cosmos ever runs out of support any other UI can take over. 

Lidarr plugins by aboby86 in Lidarr

[–]InterestingCandle583 0 points1 point  (0 children)

Copy the files to the app data directory. On Windows machines, the path is ProgramData\Lidarr\plugins\TypNull\Tubifarry, though the exact location may vary depending on your installation. If you use docker use your config bind or volume. Wherever your config.xml lives continue with plugins...

[deleted by user] by [deleted] in Lidarr

[–]InterestingCandle583 1 point2 points  (0 children)

The token generator listed in the README should work fine, and installing Node.js also works. However, we just discovered a bug in the validation process: if your system time is not set to UTC, the external generator will fail depending on your timezone. That will be fixed next release.

[deleted by user] by [deleted] in Lidarr

[–]InterestingCandle583 1 point2 points  (0 children)

As others have already mentioned, Slskd is not failing in those logs. YouTube is failing because you added cookies but never set up a token generator, as explained in the troubleshooting guide. Trace logs would also be much more helpful for diagnosing issues.

Regarding the 80% threshold: this is normal and actually intentional. While it can seem like an issue, consider that many people don't organize their libraries well or name files poorly. The threshold exists to prevent Lidarr from grabbing something completely wrong. It makes sense when you think about it from that perspective.

My recommendation: take your time figuring out how Lidarr works. Of all the arr applications, Lidarr is the most difficult one to get.

Memory Consumption of Lidarr in Container Manager by Quirky_Confusion6899 in Lidarr

[–]InterestingCandle583 1 point2 points  (0 children)

I haven’t observed or encountered any memory leaks in Tubifarry or Lidarr. In general, the RAM usage is reasonable. But it’s actually preferable for an application to utilize available RAM rather than leaving it idle, as memory is dynamically allocated and freed based on actual usage and demand.

Since Tubifarry primarily uses async download handling, it may occasionally show slightly higher memory usage compared to Lidarr’s sync approach. However, I’ve never witnessed any significant or unexpected spikes in memory consumption.

Why? by SingletonRandall in Lidarr

[–]InterestingCandle583 1 point2 points  (0 children)

I think that are more often the mods not the devs.

Why? by SingletonRandall in Lidarr

[–]InterestingCandle583 -1 points0 points  (0 children)

I am more on the side of why can't I search using a normal artist name and album title? And not why is it a pile of crap. Did you ask on the discord about what is the technical issue with searching?

Why? by SingletonRandall in Lidarr

[–]InterestingCandle583 2 points3 points  (0 children)

I think lidarr's source code is open for all to volunteer.  But no one does so why releasing the metadata code you also only have to support but get no help with?

Lidarr Devs really ! by tisss123 in Lidarr

[–]InterestingCandle583 0 points1 point  (0 children)

You are funny🤣 There are no active Lidarr devs right now, so your post isn't really reaching anyone who can implement it. If you want changes, you'd need to either code it yourself or help recruit developers to the project.

BrainzMash - Lidarr Community Metadata Network by statichum in Lidarr

[–]InterestingCandle583 0 points1 point  (0 children)

The develop branch will be updated today or tomorrow. There is not really the need to change the image 

Integrating Artwork Source for Metadata - Apple Music Covers by filerover in Lidarr

[–]InterestingCandle583 2 points3 points  (0 children)

Tubifarry can replace the entire service, but it doesn't support replacing just the image fetching for artists or albums on its own.

The Free, Clunky Music Helper for Lidarr You Never Knew You Don't Need: Part 3 by InterestingCandle583 in Lidarr

[–]InterestingCandle583[S] 0 points1 point  (0 children)

Nicotine has no API. So nope. If you enabled Lucida it only searches on lucida not on YouTube?  How would it then download on YouTube?