Hi,
I'm getting some erros in ls_script.log that is showing:
End of track before cue-out point.
Here's an example:
2012/12/10 16:02:30 [server:3] Client localhost disconnected.
2012/12/10 16:05:37 [decoder:3] Method "OGG" accepted "/var/tmp/airtime/pypo/cache/scheduler/1461.ogg".
2012/12/10 16:05:38 [queue:3] Finished with "/var/tmp/airtime/pypo/cache/scheduler/417.ogg".
2012/12/10 16:05:38 [cue_cut_5382:3] End of track before cue-out point.
2012/12/10 16:05:38 [amplify_5387:3] End of the current overriding.
2012/12/10 16:05:38 [queue:3] Prepared "/var/tmp/airtime/pypo/cache/scheduler/1461.ogg" (RID 43).
2012/12/10 16:05:38 [amplify_5387:3] Overriding amplification: 0.457088.
2012/12/10 16:05:37 [decoder:3] Method "OGG" accepted "/var/tmp/airtime/pypo/cache/scheduler/1461.ogg".
2012/12/10 16:05:38 [queue:3] Finished with "/var/tmp/airtime/pypo/cache/scheduler/417.ogg".
2012/12/10 16:05:38 [cue_cut_5382:3] End of track before cue-out point.
2012/12/10 16:05:38 [amplify_5387:3] End of the current overriding.
2012/12/10 16:05:38 [queue:3] Prepared "/var/tmp/airtime/pypo/cache/scheduler/1461.ogg" (RID 43).
2012/12/10 16:05:38 [amplify_5387:3] Overriding amplification: 0.457088.
I've checked the file lenght in BD and:
SELECT length,track_title,artist_name,filepath FROM cc_files WHERE id=417
length | track_title | artist_name | filepath |
---|---|---|---|
00:03:23.577188 | Black Heart | Stooshe | imported/Stooshe/Top2/14-Black Heart-320kbps.ogg |
SELECT starts,ends,clip_length,fade_in,fade_out,cue_in,cue_out FROM cc_schedule WHERE file_id=417 ORDER BY starts DESC
starts | ends | clip_length | fade_in | fade_out | cue_in | cue_out |
---|---|---|---|---|---|---|
2012-12-11 23:01:25.42368 | 2012-12-11 23:04:49.000868 | 00:03:23.577188 | 00:00:00.1 | 00:00:00.1 | 00:00:00 | 00:03:23.577188 |
2012-12-11 00:28:22.560696 | 2012-12-11 00:31:46.137884 | 00:03:23.577188 | 00:00:00.1 | 00:00:00.1 | 00:00:00 | 00:03:23.577188 |
2012-12-10 16:02:15.409182 | 2012-12-10 16:05:38.98637 | 00:03:23.577188 | 00:00:00.1 | 00:00:00.1 | 00:00:00 | 00:03:23.577188 |
2012-12-09 23:04:45.507963 | 2012-12-09 23:08:09.085151 | 00:03:23.577188 | 00:00:00.1 | 00:00:00.1 | 00:00:00 | 00:03:23.577188 |
2012-12-08 16:01:50.414237 | 2012-12-08 16:05:13.991425 | 00:03:23.577188 | 00:00:00.1 | 00:00:00.1 | 00:00:00 | 00:03:23.577188 |
OGGINFO shows:
ogginfo /srv/airtime/stor/imported/Stooshe/Top2/14-Black\ Heart-320kbps.ogg
Processing file "/srv/airtime/stor/imported/Stooshe/Top2/14-Black Heart-320kbps.ogg"...
New logical stream (#1, serial: 3f97adbc): type vorbis
Vorbis headers parsed for stream 1, information follows...
Version: 0
Vendor: Xiph.Org libVorbis I 20070622 (1.2.0)
Channels: 2
Rate: 44100
Nominal bitrate: 320,000000 kb/s
Upper bitrate not set
Lower bitrate not set
User comments section follows...
isrc=
encodedby=None
bpm=0
conductor=
date=2012
composer=
album=
mood=mid
genre=Mulher
tracknumber=14
artist=Stooshe
copyright=
label=top1
website=
title=Black Heart
Vorbis stream 1:
Total data length: 8927471 bytes
Playback length: 3m:23.577s
Average bitrate: 350,824022 kb/s
Logical stream 1 ended
So, seems like size is ok... why did I get this end of track before cue-out point?
I haven't touched cue values for any track in any playlist
normally, this generate a music repeating because airtime loses "sync" (on air turns grey)
Any idea?
Thanks