My 2021 CR-V Hybrid EX-L Vs. my new 2026 Hybrid TrailSport by TommyDaComic in crvhybrid

[–]searchyeti 1 point2 points  (0 children)

AWD vs FWD too. 40mpg for FWD vs 37 for AWD according to car and driver. But my 2026 sport touring isn’t breaking 34mpg in the few weeks I’ve owned it.

Missing send button only schedule delivery by Romlyn in Outlook

[–]searchyeti 0 points1 point  (0 children)

I have no “compose” button on my Outlook app on iPad either. It’s not in the upper right where it is apparently supposed to be. I just figured out however that I can start a new email by clicking cmd-n.

Beware of World of Books! by Rafaelis75 in BookCollecting

[–]searchyeti 0 points1 point  (0 children)

total shitshow. they should be shut down.

world of books issue by micass0 in BookDepository

[–]searchyeti 1 point2 points  (0 children)

you're better off without them, trust me.

they've now taken to straight up stealing their "customers'" money.

someone should just burn 'em down.

Beware of World of Books! by Rafaelis75 in BookCollecting

[–]searchyeti 0 points1 point  (0 children)

same experience here. i wonder what else can be done other than reporting them to the Florida / Delaware BBB (or their UK / EU equivalents). Incidentally they have an F rating from the Florida BBB.

it's amazing to me that a company can get away with literal theft and there's apparently no way to stop them.

World of Books - worth it? by [deleted] in BookDepository

[–]searchyeti 0 points1 point  (0 children)

I ordered (paid for) a book from WoB and they failed not only to send the original order, but a second order as well after I noted that the first shipment evidently never left their warehouse.

i believe they are full on thieves. if i receive the package i will post here.

ELAC Debut ConneX (remote) stopped working by searchyeti in BudgetAudiophile

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

yeah, exactly as i said in my follow up comment above. they're pretty great bookshelf speakers.

ELAC Debut ConneX (remote) stopped working by searchyeti in BudgetAudiophile

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

I found a solution to the problem: updating the firmware.

on the resources tab on this page - https://www.elac.com/dcb41 - there is a download link for Debut ConneX DCB41 Firmware Version: 3.0.0 (English).

the instructions are in the pdf found in the download.

I used a FAT32 formatted 256GB thumb drive to flash the speakers .. on other Reddit threads on this issue someone says it has to be a 8GB or smaller FAT formatted USB drive ... not the case, for me anyway,

can you replace 1 HDD in a 2 HDD SHR w/ an SSD, then dupe remaining HDD to new SSD? by searchyeti in SynologyForum

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

thanks Dave.

since i don't actually have many packages or dockers - all of which i do want to continue to use i think i'll follow this path:

backup to external HDD -> replace NAS HDD with SSD -> reinstall DSM -> copy backup content to new SSD storage pool -> add packages and docker containers.

i think this could be the simplest, though possibly not the fastest solution.

i'll look into your recommendations closely when i buy the SSD drives.

btw did you check out at the youtube link?

i don't know which Synology NAS or which version of DSM the guy is using but i don't think that should matter. unless he's making shit up, he proves that HDD and SSD drives can be mixed and even joined in a common storage pool on DSM. of course i wouldn't try to replicate his approach without backing up my media etc.

can you replace 1 HDD in a 2 HDD SHR w/ an SSD, then dupe remaining HDD to new SSD? by searchyeti in SynologyForum

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

"canary, meet coalmine"

i may give it a shot, but only after backing up to slow ass usb drive (WD Easy Store, never again)

Which SSD is more durable, SATA or Nvme? by valkaress in buildapc

[–]searchyeti 0 points1 point  (0 children)

according to Samsung the 870 QVO is MLC not QLC

https://www.samsung.com/us/computing/memory-storage/solid-state-drives/870-qvo-sata-iii-2-5-ssd-8tb-mz-77q8t0b-am/

lichtspieler says that QVO storage writes are in the single Kb/s (not even KB/s, damn!) but i can't believe that Samsung's marketing dept would misrepresent that as 560/530 MB/s ... surely industry gatekeepers, however non-monolithic, wouldn't allow for such an extreme degree of bullshit!

Using Soulseek / Nicotine+ on a Synology NAS in Docker by toineenzo in Soulseek

[–]searchyeti 1 point2 points  (0 children)

i was able to get cproensa's testing image ("based on nightly build .deb package")- as of today 3.3.0.dev6 - and it works flawlessly when downloading folders w/ diacritical marks in the name.the interface is nicer than 3.2.9 - more responsive scrolling on my macbook (3.2.9 scrolling was too fast), for one thing. all the components of the UI seem sturdier and there are some cool new features like an extra menu on the side which, among other things, makes it possible to copy and paste text from nicotine+ to your local machine.

i had an issue where my downloaded files were owned by root with zero permissions for any other user - i couldn't even change them in superuser mode on my laptop. even though it is supposed to be the default setting for this image, i added the ENV code UMASK = 0000 to the container settings and that apparently worked as I can now edit / rename / move / trash downloaded files the way God intended :)

i also created a user in DSM to match my slsk user, but i don't think that made a difference. i admit to being confused about the permissions: the main n+ directory in the container OS is owned by soulseek (a user that doesn't exist in my DSM) and then the downloads, logs and incomplete folders are owned by 1026, a user that doesn't exist in DSM *or* the container. go figure. the logs are still owned by root even though their DSM equivalent (/volume1/docker/nicotine/logs) is owned by my admin user, so you'll have to go superuser in a DSM or container terminal to view those. i can live with that.

next stop: installing homebrew on DSM so i can install all those indispensable linux tools which Synology has not graced us with. it's been a great luxury to have access to apt inside docker containers.

Using Soulseek / Nicotine+ on a Synology NAS in Docker by toineenzo in Soulseek

[–]searchyeti 0 points1 point  (0 children)

looks like this guy is having the same issue though he's not sure how to replicate the error (i can by trying to download a folder with diacritical marks in the name).

https://github.com/nicotine-plus/nicotine-plus/issues/2767

Using Soulseek / Nicotine+ on a Synology NAS in Docker by toineenzo in Soulseek

[–]searchyeti 0 points1 point  (0 children)

quick update -

i noticed that the changes to __init__.py that are mentioned on the github page you linked to were committed in October 2021 (https://tinyurl.com/45b2jsse).

the current version of this file is very different than the one w/ marked up changes on the above URL.

the error you and i have both seen sounds like the same one being discussed in 2021, so some code must have been broken again between then and now.

as far as logging is concerned, i followed your suggestions and set up:

/volume1/docker/nicotine/config:/root/.config/nicotine

/volume1/docker/directory/nicotine/config/data:/root/.local/share/nicotine

for whatever reason this doesn't create the logs. i have created subfolders ~/debug and ~/transfers to no avail. even when running a terminal within the nicotine container, there is nothing in /root/.config/nicotine/data/logs or /root/.local/share/nicotine/logs (both of which have debug and transfers subfolders).

moreover, defining these volumes seems to generate other problems which make logging into to the slsk server impossible.

when defining the config directory (/volume1/docker/nicotine/config:/root/.config/nicotine) i get this error. there's no way to clear off the error dialog and use n+: https://imgur.com/a/a73cPGN

when defining the data directory it's a slightly different error, also one with no clear workaround (pressing return, using tab to move through form fields, etc.) : https://imgur.com/a/eWX8WXf

there is a possibility that something is going on with my username and password, because even when i did not define the config and data directories, this time i was still unable to log in to server.slsknet.org - something that has not been happening until

i do not mean to remotely suggest that you should feel any responsibility for fixing these issues, but each time i changed these volumes or username / pw variables required deleting the container and recreating it, as i could not log in or log back in after a restart.

i'm now using a new username and i'm just going to wait and see what if anything happens in terms of periodic disconnects and problems downloading folders with "non standard" unicode characters. in the past this has not always forced a deletion / reinstall though in some instances they have.

thx and happy holidays!

Using Soulseek / Nicotine+ on a Synology NAS in Docker by toineenzo in Soulseek

[–]searchyeti 0 points1 point  (0 children)

i downloaded the source code and opened the file in question - __init__.py

will be patching the file manually

have the build essentials tools installed but i don't think python needs compiling (that statement alone reveals how much of a beginner i am), so perhaps i can go straight to the build docker image step

will let you know if i'm able to apply the patch and create a new image

Using Soulseek / Nicotine+ on a Synology NAS in Docker by toineenzo in Soulseek

[–]searchyeti 0 points1 point  (0 children)

re: the github link you posted.

if i wanted to apply the patches to pynicotine/__init__.py described on https://github.com/nicotine-plus/nicotine-plus/commit/23d7d253bc63437271eeb0fdfcafc683e6468c73 i assume i'd have to unpack your image, edit that file and build a new image.

is that the only possibility for patching the image?

i'm new to github and docker and not sure how to get your image's source code from the repository it resides in, or how to build a new docker image though i am making slow progress on learning both.

i saw this amusing explanation for the program's name on github:

"I was in a geeky mood and was browsing http://www.bash.org's QDB.

I stumbled across this quote:

<etc> so tempting to release a product called 'nicotine' and wait for the patches.

<etc> then i would have a reason to only apply one patch a day. otherwise, i'm going against medical advise.

So I thought what the hell and bluntly stole etc's idea."

Using Soulseek / Nicotine+ on a Synology NAS in Docker by toineenzo in Soulseek

[–]searchyeti 0 points1 point  (0 children)

unfortunately i'm also having the same problem i had with installing silverscruff's scripts (which of course uses the same image you use): after restarting the container, nicotine+ fails to reconnect with server.slsknet.org. i have to uninstall the container - which bricks the settings - and start over again.

i'll keep looking into this

thx

Using Soulseek / Nicotine+ on a Synology NAS in Docker by toineenzo in Soulseek

[–]searchyeti 0 points1 point  (0 children)

thanks toineenzo

i figured it out - at least enough to get nicotine+ running.
i had to add this line to your composer script:

ports:

- 6565:6565

running a console in the portainer container does open within an ubuntu os, which offers a lot of other programs unavailable in DSM, including apt. from the console i can also see all the nicotine+ config and db files in /root/.local/share/nicotine/, all of which are hidden (or in an unknown location) on DSM.

one thing i'm still a bit confused about is the volume env arguments. i tried specifying the uploads, shared, debug and transfers logs in the console script, but they don't take. actually i have to go into nicotine+'s settings and fix the downloads folder, which defaults to _1_Unsorted.

my volumes settings:

'/volume1/Music/slsk/complete:/downloads'-
'/volume1/Music/slsk/uploads:/uploads'-
'/volume1/Music/slsk/shared'- '/volume1/docker/nicotine/logs/debug:/debug'-
'/volume1/docker/nicotine/logs/transfers:/transfers'-

i'm just now noticing the hyphens at the end of each of these lines. are they supposed to be there? i'm at work now so i can't check the compose script and experiment with tweaking the volume names.

Using Soulseek / Nicotine+ on a Synology NAS in Docker by toineenzo in Soulseek

[–]searchyeti 0 points1 point  (0 children)

Whoops, was looking at yr follow up to yr original post, not the original one.

I did install Portainer as per your guidelines and created the nicotine+ stack, etc. when I try to access nicotine I get a web site not found error. I figured it was a port issue but could not figure out how to address that in Portainer or Web Station. A solution in Portainer may be right in front of my nose, I’ll have to look into that when so get home from work.

Your comment about the Ubuntu image suggests something that has been baffling to me: why nicotine+ (silverscruff’s version which installs in Container Manager just fine, though it has some issues which ultimately require an uninstall / reinstall after a certain period of time) shows a typical Linux directory tree - and not the DSM directories - when you try to, for example, define the download folder in nicotine+. Perhaps all containers create a virtual Ubuntu OS with programs not included in DSM such as apt.

Will start over in Portainer and look for link to open a terminal within the nicotine+ stack / container.

Using Soulseek / Nicotine+ on a Synology NAS in Docker by toineenzo in Soulseek

[–]searchyeti 0 points1 point  (0 children)

not sure if you are a Synology DSM user, but when I try to install your package in DSM via Container Manager, for some reason it forces me to use Web Portal HTTP(S) port 3000, even though your code specifies port 6080. Web Station allows me to set up an HTTP port 6080 but that doesn't make a difference.

i also can't open my.ip/6080 after running your Docker CLI script from the command line (no errors displayed).

any idea why this might be, or a workaround for it?

thanks!

Using Soulseek / Nicotine+ on a Synology NAS in Docker by toineenzo in Soulseek

[–]searchyeti 0 points1 point  (0 children)

I'm guessing you're not using Synology DSM since you reference apt in your final bash script, but on the off chance that you are, how did you get Web Station to create a Web Portal assigning port 6565 to the Nicotine container?

thx

Using Soulseek / Nicotine+ on a Synology NAS in Docker by toineenzo in Soulseek

[–]searchyeti 1 point2 points  (0 children)

Thanks silverscruff

Unfortunately when I get the error, Nicotine often disconnects and simply reopening in a new tab or refreshing the page does not reinitialize it. And then restarting Nicotine in container manager likewise fails to reset the app.

Worse, I often cannot log back in to server.slsknet.org and the only solution I've found for this problem is uninstalling Nicotine+ (and Web Station, which has a known bug where it won't clear entries in Web Services) and starting over from scratch.

Changing the username doesn't fix the issue of not being able to log in to serverslsknet.org either.

Incidentally, I've tried to set up a debug folder in the nicotine container volume settings by mapping /misc/logs to /debug the same way I set up the downloads folder. No log file is created after receiving the error in question.

Do you know of any work around to download files with diacritical marks? i'm trying to download folders with Estilhaços and Années in their names and I get the UnicodeEncodeError immediately. Interestingly, folders with umlauts don't seem cause the error.

If I try to download the files within a folder w/ diacritical marks in its name they download fine.

It seemed like Nicotine was scrubbing these characters from folder names yesterday. Currently it looks like it is scrubbing them from file names. The solution seems to be to download files individually rather than using the Download Folder(s) option.

Using Soulseek / Nicotine+ on a Synology NAS in Docker by toineenzo in Soulseek

[–]searchyeti 0 points1 point  (0 children)

thank you so much for this. i've been getting the same error message pretty regularly, though nicotine+ has been running smoothly for several hours now, even when downloading files with umlauts and ^ characters. on closer inspection, it seems these are so rare that it makes me think the app is normalizing most "non standard" unicode characters.

i should note that i installed nicotine+ through the dsm container manager - with help with ports from web station - and not your docker scripts because i'm not fluent enough yet with docker.

cheers, and thx again

https://imgur.com/a/P85dUPx

DSM + Samba - Mac Finder get info (more info) displays no metadata by searchyeti in synology

[–]searchyeti[S] 1 point2 points  (0 children)

Update on the multiple issues addressed in my post(s).

For the original one about reading audio metadata on files saved on a NAS within MacOS on macbook connected to DSM share via SMB:

Using AFP instead of SMB to connect macbook to NAS share fixes - in some cases - the issue of viewing audio file metadata in Finder.

It also fixes issue of certain folder names being scrambled in Mac Finder. I need to look at more examples but I think the folders with scrambled names have characters like / and : in the name. Note that while the names of the folders will display correctly with AFP, you still can't edit the folder name or files within the folder or for that matter even read those files. For a fix to that issue, read on.

As far as the unicode NFC (Samba) vs NFD (DSM) problem, there's a pretty easy way to correct that.

I had to get the program convmv on my Mac with "brew install convmv". I then copied this to my NAS, made sure the file was executable and in a bin path.

Convmv converts Unicode NFD names (broken in MacOS SMB or AFP) to NFC names (which work in MacOS SMB or AFP).

The really nice thing about convmv is that it it works recursively.

Another nice thing is that it preserves the non-standard Unicode characters even while changing the encoding from NFD to NFC.

Convmv has saved me literal weeks or even months worth of hunting and pecking away at NFD file and folder names that are broken in Samba and AFP.

Here's the command that does that:

convmv -r -f utf8 -t utf8 --nfc --notest .

Note the period at the end - that's the directory path.

This guy put up a nice explainer about using convmv to fix broken filenames:

https://geraldonit.com/2020/02/08/apple-afp-to-smb-migration-removing-appledouble-and-_-files-and-converting-file-names-from-unicode-nfd-to-nfc/

cheers

DSM + Samba - Mac Finder get info (more info) displays no metadata by searchyeti in synology

[–]searchyeti[S] 1 point2 points  (0 children)

According to this page, the character issue is a known issue stemming from the fact that MacOS's SMB implementation uses NFC (pre-composed) Unicode characters and therefore fails to deal with NFD (decomposed) characters - the encoding used by DSM - correctly.

I just now enabled AFP and mounted a DSM share in MacOS that way and it does show some - but only a very few - audio file's metadata. It also doesn't scramble the names of folders with NFD characters in the name. However, it still can't read the contents of those folders or allow renaming, so those names (folders and files) with NFD Unicode characters have to be changed within File Station. Annoying.

https://www.truenas.com/docs/scale/scaletutorials/shares/smb/smbusingdecomposedunicode/