I wonder, why I did not get update emails for the last entries in this
thread.

Regarding the iPod Nano it seems that the artwork is handled by iTunes.
I had huge problems updating the iPod with new/changed tracks up to the
point where no track showed any artwork. I ended up using a fresh
iTunes, dragging my folder into it (without copying) and then I
successfully synched my iPod with all the tracks having all the artwork.
So, probably iTunes checks for artwork, might aditionally download
artwork that is missing (not the case with me) and then puts everything
on the iPod the way the iPod needs it. 

Regarding eye3D, I was not able to run it with python3 directly. I don't
remember all the output but what I can reproduce is this. I am just
sharing for info. It is an old system with Lubuntu 16 and it does what
it needs to do without eye3D. 


Code:
--------------------
     $ pip3 install eyeD3
  WARNING: pip is being invoked by an old script wrapper. This will fail in a 
future version of pip.
  Please see https://github.com/pypa/pip/issues/5599 for advice on fixing the 
underlying issue.
  To avoid this problem you can invoke Python with '-m pip' instead of running 
pip directly.
  DEPRECATION: Python 3.5 reached the end of its life on September 13th, 2020. 
Please upgrade your Python as Python 3.5 is no longer maintained. pip 21.0 will 
drop support for Python 3.5 in January 2021. pip 21.0 will remove support for 
this functionality.
  Defaulting to user installation because normal site-packages is not writeable
  Requirement already satisfied: eyeD3 in ./.local/lib/python3.5/site-packages 
(0.9.5)
  Requirement already satisfied: filetype in 
./.local/lib/python3.5/site-packages (from eyeD3) (1.0.7)
  Requirement already satisfied: deprecation in 
./.local/lib/python3.5/site-packages (from eyeD3) (2.1.0)
  Requirement already satisfied: dataclasses in 
./.local/lib/python3.5/site-packages (from eyeD3) (0.6)
  Requirement already satisfied: packaging in 
./.local/lib/python3.5/site-packages (from deprecation->eyeD3) (20.9)
  Requirement already satisfied: pyparsing>=2.0.2 in 
/usr/lib/python3/dist-packages (from packaging->deprecation->eyeD3) (2.0.3)
  ~ - 14:12:23 - ben - [email protected] Sa Sep 18 
  
  $ eyeD3
  Traceback (most recent call last):
  File "/home/ben/.local/bin/eyeD3", line 5, in <module>
  from eyed3.main import _main
  File "/home/ben/.local/lib/python3.5/site-packages/eyed3/__init__.py", line 
31, in <module>
  from .utils.log import log                                          # noqa: 
E402
  File "/home/ben/.local/lib/python3.5/site-packages/eyed3/utils/__init__.py", 
line 361
  msg = f"invalid level choice: {level} (choose from {parser.log_levels})"
  ^
  SyntaxError: invalid syntax
  
--------------------


------------------------------------------------------------------------
bvrulez's Profile: http://forums.slimdevices.com/member.php?userid=67251
View this thread: http://forums.slimdevices.com/showthread.php?t=115010

_______________________________________________
discuss mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/discuss

Reply via email to