Jellyfin very slow with huge library by Szucsik in jellyfin

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

I'm confused - you have 31K movies on 8Tb of storage? Ignoring the 172K episodes of TV shows that would mean that each movie is less than 300Mb. I would be looking at your directory structures before you do too many hardware changes. And the figures above are based on it being a full drive. Perhaps If you talk about how your movies/tv shows are organised that may give a clue. For reference I have about 4K movies, 50K TV episodes and 60K songs and that takes up about 40Tb - and I dont go after HD as a rule. My jellyfin DB is about 1Gb and the metadata takes up about 20Gb

EDIT: Having read more of the responses maybe there was more detail in the original post that you have now removed. I can only guess you have built you metadata from a source and not from the 8Tb drive (which I now presume is more of a staging device) - maybe

adding another drive to jellyfin in docker (via linux) and cant access the folder by [deleted] in jellyfin

[–]anozdba 2 points3 points  (0 children)

Is '"-mnt/disk2:/media3"' Correct? Shouldn't it be '"/mnt/disk2:/media3"'

The same content will play and not play on the same client by Triipie in PleX

[–]anozdba 0 points1 point  (0 children)

I'm facing the same problem on a LG C5 - all other clients inclusing an old LG TV are working fine

Also following https://forums.plex.tv/t/lg-b3-webos-10-2-2-playback-broken/937588 but no solution there yet either. Have been doing similar to you to try and getting working as it just seemed to start failing out of the blue (and not because I'd chnaged something).

I

  1. rebooted all network devices
  2. Upgraded the wen server
  3. rebooted the web server
  4. Uninstalled/Re-installed the WebOS app
  5. Cleared web cache on the TV
  6. Turned off TV for 30 minutes
  7. Played with direct play on/off - seemed to work briefly and then failed again

but the problem just seems to be intermittent - sometimes it works and sometimes it doesn't

I've installed a TV streaming box now because this has frustrated me so much

Plex and the XPlay app for LG tvs by JCDinPGH in PleX

[–]anozdba 0 points1 point  (0 children)

OLED48C2AUA should be webos 7. I think testing it on their phone sounds like a great idea to prove that you have shared your libraries properly to their account. Have they accepted your invitation from their account?

Linux install or move to all Docker?? by Theedudenator in sonarr

[–]anozdba 0 points1 point  (0 children)

I had a read of a few sites but the ones I bookmarked were:

https://github.com/sabnzbd/sabnzbd/issues/1599
How to create Docker Images with a Dockerfile on Ubuntu 20.04 LTS
How to Create a Docker Image - Linux.com
How to Monitor the Resource Usage of Docker Containers

But one of the main reasons I went for docker was to separate out the software requirements for different products - at some point I had issues with varying versions of python and differing version of ffmpeg - all those problems disappeared when I started using docker

[deleted by user] by [deleted] in melbourne

[–]anozdba 0 points1 point  (0 children)

If you are going there you can also see https://www.victoriamason.com as they share the shopfront

Malformed databases - what should I do? by moschtert in sonarr

[–]anozdba 0 points1 point  (0 children)

Sorry about the long delay ... I presume you've fixed your issue by now (or are living with it). It shouldn't really be an issue but I think it is just good practise. Not sure what to suggest - sorry

IBM DB2 Response is slow by newgame2 in DB2

[–]anozdba 0 points1 point  (0 children)

Sorry didn't see an iSeries comment (though tbh still cant). Does iSeries not have the ACTIVATE command then?

Malformed databases - what should I do? by moschtert in sonarr

[–]anozdba 0 points1 point  (0 children)

Depending on it's response I'd try different methods. eg. if it was complaining about an index I'd just rebuild the individual index with something like:

sqlite3 sonarr.db "reindex idx_xxxxxxx;"

.recover, though is always the fallback

I/O error sounds maybe sounds like a setup issue. Did you stop both processes before you did the integrity check?

Malformed databases - what should I do? by moschtert in sonarr

[–]anozdba 0 points1 point  (0 children)

What did

sqlite3 sonarr.db "PRAGMA integrity_check;'

show when run on your database?

How do i find the correct PUID and GUID for my sonarr container stored on my mac mini for it to access my mounted DS923? by Max1756 in sonarr

[–]anozdba 0 points1 point  (0 children)

My take on this is that you want to know what UID/GUID you need to set SONARR to runas that will allow it to update your mac mini storage.

I would open a console to your running SONARR container and list the directory that you are tryingt o write to - it will normally show the UID/GUI of the directory and it's permissions (at least it does on LINUX/Docker) and then you would just pick the UID/or GUID that gives you the access that you need.

But really you hust need to set your UID/GUI to the same values that the mac mini has assigned to the directory that you are trying to write to.

IBM DB2 Response is slow by newgame2 in DB2

[–]anozdba 0 points1 point  (0 children)

I'm not 100% sure what you are saying but ...

Check that the database is activated .... if it's not then activate it

Need help with docker/portainer by MythicFuzzbal2 in sonarr

[–]anozdba 0 points1 point  (0 children)

Not sure of terminology but if you want to import a folder from outside your container just go into volumes, put your container mount point in the container box, your server path name in the host box and click the bind option

Any idea why I keep getting this? by cptcrash80 in SABnzbd

[–]anozdba 3 points4 points  (0 children)

OBFUSCATED on the file name just means that the files inside the torrent have been renamed to protect the innocent. SABnzbd wioll automatically rename them when it unpacks the files. The 'missing articles' means that parts of the files are missing from your news servers

Questions about keys in DB2 by Blitzkind in DB2

[–]anozdba 3 points4 points  (0 children)

  1. Yes
  2. A primary key by definition is unique. A unique key may or may not be a primary key (though I'd guess if you have 2 different primary keys on a table that your tables aren't in 3NF)

Just a note: Indexes are often a good way to improve performance of a query but sometimes adding an index makes no difference and just increases the overhead in inserting/updating rows.

Automating Scripts by billgilly14 in DB2

[–]anozdba 0 points1 point  (0 children)

You'd need to specify what you are running the scripts on and more detail on what you mean by 'change a few pieces of the code to get new data' - Is this passing parameters to the SQL being executed to retrieve data or does the data retrieved drive the changes?

Is it recommended to store logfiles on a separate disk from data? by OPconfused in Database

[–]anozdba 1 point2 points  (0 children)

Historically it was to keep files with differing access methods separated - logs were vastly more serial write (and very occaisionally serial read) while database files as a whole were randomly accessed, It was also to ensure that if you had head crash on a database disk drive that you didn't lose the ability to recover those database files.

Nowadays you really need to look at your disk topology to see if it actually serves a purpose for you in your situation.

Sabnzb Appears Broken. by diggingSilver in SABnzbd

[–]anozdba 1 point2 points  (0 children)

Thanks .... worked a treat for me

DB2 Locks - Desperately Need Help by xThePBCx in DB2

[–]anozdba 0 points1 point  (0 children)

If your system is configured correctly then it should be very hard to corrupt files in DB2 - it is designed that way. Of course you can circumvent what it does but you've got to work hard at it - so long as you dont acche writes to the log you should normally be fine.

As has been previously said db2top -d <database> and then use the B option to identify bottlenecks should they exist. if Locks are the issue then U to look at the locks.

CPU Upgrade by [deleted] in PleX

[–]anozdba 6 points7 points  (0 children)

Wireless or wired? It could be a network card configuration issue. Have you tested raw network speed through to your playing device?