Skip to Content
It is currently November 30th, 2023, 3:28 am

All times are UTC - 6 hours [ DST ]




 [ 8 posts ] 
Author Message
PostPosted: February 20th, 2019, 3:51 pm 
Offline
Senior User
Senior User

Joined: September 7th, 2018, 9:00 am
Posts: 115
If I right key on any song, and I click on Info, when I click on "Load tag", it pops up a window that returns: "Unable to load song information from file".

Trying with the Mass Tagger, on more than 4000 songs, it loads 5 of them
I check the log file and it reports just "Failed" (thanks!! I knew it failed! But why?!)

Then I tried to restore the database ... but it was useless

beside this: into any player, (DeckA, B or Aux), tags are shown ... and they are also sent to twitter and Tunein ...

Is there anything I can do to solve this issue?

P.S. It's able to save the tags. But not to retrieve them


Top
 Profile  
 
PostPosted: February 20th, 2019, 10:36 pm 
Offline
SVS Member
SVS Member

Joined: December 6th, 2004, 9:00 am
Posts: 8306
Location: Cologne (Germany)
The players and PAL scripts cannot read the tags.
They get all their information from the database.

Both the load tags mechanism and the add song/playlist/folder to SAM functionality are completely separate from that. They don't interact with the UI or the other components directly, but only import the tags/file meta info into the database.

So if your player shows the right info, the song info editor should do so as well. (unless there is some crazy caching mechanism built into SAM's song info editor)

_________________
Benedikt Bauer - SVS (Spacial Volunteer Support)

Shop for readymade PAL scripts by countrywesterndj - Or get a custom script made by me (or others)

My Project:
Send "Now Playing" from SAM to Twitter and/or Facebook | Sourcecode


Top
 Profile  
 
PostPosted: February 21st, 2019, 2:32 am 
Offline
Senior User
Senior User

Joined: September 7th, 2018, 9:00 am
Posts: 115
Mastacheata (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', 'WROTE'))):
The players and PAL scripts cannot read the tags.
They get all their information from the database.

Both the load tags mechanism and the add song/playlist/folder to SAM functionality are completely separate from that. They don't interact with the UI or the other components directly, but only import the tags/file meta info into the database.

So if your player shows the right info, the song info editor should do so as well. (unless there is some crazy caching mechanism built into SAM's song info editor)


I think it was working now not any longer.
Because all the songs are into the Database, have being put months and months ago by the owner (whose not a programmer at all)
Indeed I found a lot of mess-up ... he often didn't write the metadata etc and SAM was taking just the file name "performer - title.mp3"

Now, I ended o put the correct fields on each file, that's why I discovered this issue

I tried now to restart it (I couldn't yesterday due on air programs) but nothing have changed.

I replicated the whole radio on my system creating a sandbox to work properly and not via TeamViewer.
I did get the same issue, not equal ... similar (same files same songs same everything)

In his case: 5 tags loaded, 4651 failed to load properly and 1 were skipped. For details refer to MassTagger.log

on my case:
576 tags loaded, 670 failed to load properly and 3500 were skipped. For details refer to MassTagger.log

into this MassTagger there i nothing useful for a debug

Instead using the "Loda tag" button, not in all cases but in the majority of the case I get the message I wrote in the opening post :-/


[EDIT] I empty all the categories of Music deleting them from ALL and I reloaded each one.
I got something different: 1941 tags loaded . 2627 failed to load properly and 0 were skipepd.

Now in the MassTagger.log there are only the files failed ... and I have not clue why


PLease here an example from the log

(!empty($user->lang['CODE'])) ? $user->lang['CODE'] : ucwords(strtolower(str_replace('_', ' ', 'CODE'))):
...
...
Failed: K:\RADIO\MUSIC\POP-JAZZ\Charles Aznavour\Je Voyage\Charles Aznavour - 01 Lisboa.mp3
Failed: K:\RADIO\MUSIC\POP-JAZZ\Charles Aznavour\Je Voyage\Charles Aznavour - 02 Je n'entends rien.mp3
Failed: K:\RADIO\MUSIC\POP-JAZZ\Charles Aznavour\Je Voyage\Charles Aznavour - 03 Quelquun de différent.mp3
Failed: K:\RADIO\MUSIC\POP-JAZZ\Charles Aznavour\Je Voyage\Charles Aznavour - 04 Des mots.mp3
...
...


P.S. is there anything on the config XML file should I take into consideration?[/EDIT]


Top
 Profile  
 
PostPosted: February 21st, 2019, 5:38 am 
Offline
Senior User
Senior User

Joined: September 7th, 2018, 9:00 am
Posts: 115
Nothing ... I tried to do the same via teamviewer on the radio server ... not any positive fact :-/


Top
 Profile  
 
PostPosted: February 21st, 2019, 6:19 am 
Offline
Senior User
Senior User

Joined: September 7th, 2018, 9:00 am
Posts: 115
SOLVED

Just big fatigue: fully uninstall and fully reinstall


Top
 Profile  
 
PostPosted: February 21st, 2019, 6:30 am 
Offline
SVS Member
SVS Member

Joined: December 6th, 2004, 9:00 am
Posts: 8306
Location: Cologne (Germany)
lolwut?
THAT is not what I expected to be a solution. It's so far off, I have no idea what might have caused this.
Originally I wanted to ask about the character encoding in the tags. ID3v1 tags are specified as ASCII only, ID3v2 tags UTF-8 only. So putting Unicode in the ID3v1 part is working for most players and editors, but is against the spec and might cause problems.

_________________
Benedikt Bauer - SVS (Spacial Volunteer Support)

Shop for readymade PAL scripts by countrywesterndj - Or get a custom script made by me (or others)

My Project:
Send "Now Playing" from SAM to Twitter and/or Facebook | Sourcecode


Top
 Profile  
 
PostPosted: February 21st, 2019, 9:04 am 
Offline
Senior User
Senior User

Joined: September 7th, 2018, 9:00 am
Posts: 115
Mastacheata (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', 'WROTE'))):
lolwut?
THAT is not what I expected to be a solution. It's so far off, I have no idea what might have caused this.
Originally I wanted to ask about the character encoding in the tags. ID3v1 tags are specified as ASCII only, ID3v2 tags UTF-8 only. So putting Unicode in the ID3v1 part is working for most players and editors, but is against the spec and might cause problems.


Sometimes they are UTF8 but I used mp3tag to write the fields ... and I never ever got issues with it

I still have the faulty installation on my sandbox machine ... to investigate what's bad ... although all the fields are standard characters :-/


Top
 Profile  
 
PostPosted: August 19th, 2019, 7:51 am 
Offline
Junior User
Junior User

Joined: February 22nd, 2019, 1:20 pm
Posts: 27
@tormy, Problem detected ? Had similar issue in the past, Problem was related to mp3 tags Inside ...


Top
 Profile  
 
Display posts from previous:  Sort by  
 [ 8 posts ] 

All times are UTC - 6 hours [ DST ]


Who is online

Users browsing this forum: Bing [Bot] and 28 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group