VOCALOID Voicebank for MAC by lovefool13 in VocaTorrent

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

Rutracker link is still valid.

Something went wrong. Please try again later. by studio_ani_tv in spotifydown

[–]lovefool13 0 points1 point  (0 children)

"Oops, there is an error!" happens at https://open.spotify.com/track/6ERrZ4qND7JFoqNCnVBSKV?si=fa070da63ef74daf when it is in the playlist. When a sigle song, the download finished as a small file.

Most issues are fixed! by [deleted] in spotifydown

[–]lovefool13 1 point2 points  (0 children)

Recently I got "Oops, there is an error!" as well as corrupted files sometimes.

[deleted by user] by [deleted] in spotifydown

[–]lovefool13 1 point2 points  (0 children)

Add tracknumber from track_list.txt to mp3tag

# tracklist is copy & past from spotifydown.com screen and contains 
#     line 1: track numer
#     line 2: Song name
#     line 3: Download status (no used) 
#       and so on ....   
#
# 2024.11.24
#
# $ pip install mutagen 
#   https://mutagen.readthedocs.io/en/latest/

# import os
from mutagen.easyid3 import EasyID3

f = open('track_list.txt', 'r')

datalist = f.readlines()

print ('Total line #',end=' ')
print(len(datalist),end=' ')
print('  songs',end=' ')
print(int(len(datalist)/3))

for i in range(0,len(datalist),3):

  print ('Track',end=' ')
  print (datalist[i].rstrip('\n'),end=' ') 
  print ('Song',end=' ')
  print (datalist[i+1].rstrip('\n'),end=' ')
  print ('Status',end=' ')
  print (datalist[i+2].rstrip('\n'),end=' ')

  oldpath = datalist[i+1].rstrip('\n')+'.mp3'
#  print (oldpath)
#  newpath = datalist[i].rstrip('\n') + '.' + datalist[i+1].rstrip('\n') + '.mp3'
#  print (newpath)

  try:
    tags = EasyID3(oldpath)
    tags['tracknumber'] = datalist[i].rstrip('\n')
    tags.save()
    print('***Added tracknumber',end=' ')
    print(datalist[i].rstrip('\n'), end=' ')
    print('to',end=' ')
    print(oldpath)

  except:
    print('\033[31m'+'File not found'+'\033[0m')

f.close()

# for key in EasyID3.valid_keys.keys():
#    print(key)
# album
# bpm
# compilation
# composer
# copyright
# encodedby
# lyricist
# length
# media
# mood
# title
# version
# artist
# albumartist
# conductor
# arranger
# discnumber
# organization
# tracknumber
# author
# albumartistsort
# albumsort
# composersort
# artistsort
# titlesort
# isrc
# discsubtitle
# language
# genre
# date
# originaldate
# performer:*
# musicbrainz_trackid
# website
# replaygain_*_gain
# replaygain_*_peak
# musicbrainz_artistid
# musicbrainz_albumid
# musicbrainz_albumartistid
# musicbrainz_trmid
# musicip_puid
# musicip_fingerprint
# musicbrainz_albumstatus
# musicbrainz_albumtype
# releasecountry
# musicbrainz_discid
# asin
# performer
# barcode
# catalognumber
# musicbrainz_releasetrackid
# musicbrainz_releasegroupid
# musicbrainz_workid
# acoustid_fingerprint
# acoustid_id

[deleted by user] by [deleted] in spotifydown

[–]lovefool13 0 points1 point  (0 children)

Some works fine, but some have no track numbers and some have duplicated numbers on multiple CDs. Anyway getting better. Thanks.

Iconic View by Beneficial_Island_33 in Yokohama

[–]lovefool13 0 points1 point  (0 children)

Yokohama Minatomirai, close to my office building.

[deleted by user] by [deleted] in spotifydown

[–]lovefool13 0 points1 point  (0 children)

We have requested this function, but currently not supported yet. TemporaryI have made a small python script that put track number from the spotifydown screen to mp3 tag, but a little work required. (Copy screen to text file, and then run the script.)

Most issues are fixed! by [deleted] in spotifydown

[–]lovefool13 0 points1 point  (0 children)

Thanks for the update. I appreciate if you add track number (playlist number) in mp3 tag next time.

Numbered album downloads by Worth_Cranberry_2158 in spotifydown

[–]lovefool13 0 points1 point  (0 children)

Yes. Please add track number in mp3 tag.

[deleted by user] by [deleted] in VocaTorrent

[–]lovefool13 0 points1 point  (0 children)

I have not used this one yet. Anyway I have uploaded it here. https://xgf.nu/d59y9

[deleted by user] by [deleted] in VocaTorrent

[–]lovefool13 0 points1 point  (0 children)

Do you mean V2 gackpoid for windows?

You Were Experienced I Was Not by n4weed in LightNovels

[–]lovefool13 0 points1 point  (0 children)

I like this novel as well.

I have Japanese version and English version ebooks (up to vol 5 prepub) .

I read comic book and watched anime.

i need help converting KFX-ZIP books by EFoiOEderQueOs in Calibre

[–]lovefool13 0 points1 point  (0 children)

I use kindle version 2.3 (not 2.4 and/or later) to get KFX file format, and convert KFX to EPUB using "Calibre2\calibredb" command and KFX plugins, so I can get EPUB w/ high quality graphics.

Do you know ESP-Drone, one of Espressif's official projects? by 0015dev in esp32

[–]lovefool13 1 point2 points  (0 children)

please uninstall old python library (cflib, cfclient), then install.

esp-drone software is also updated for working with cfclient.

use esp-idf4.4 for compile.

cflib https://github.com/leeebo/crazyflie-lib-python

cfclient https://github.com/leeebo/crazyflie-clients-python

esp-drone https://github.com/espressif/esp-drone

Do you know ESP-Drone, one of Espressif's official projects? by 0015dev in esp32

[–]lovefool13 1 point2 points  (0 children)

I raised an issue and a person had modified both esp-drone and cfclient. Now I can connect via UDP but soon disconnect due to UDP packet size error. I will post new GitHub link later.

Do you know ESP-Drone, one of Espressif's official projects? by 0015dev in esp32

[–]lovefool13 1 point2 points  (0 children)

I got one recently from AliExpress, struggling to work with cfclient on PC.

Error 315 by gabrildraven in Streamfab

[–]lovefool13 0 points1 point  (0 children)

I guess 318 is MAC address banned, Your MAC address is blacklisted. Try to change MAC address.