correct years in music anno from float to integer / string #13
16 changed files with 119 additions and 111 deletions
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
code/*.sw?
|
||||
code/__pycache__
|
||||
test/
|
||||
|
|
@ -191,7 +191,12 @@ if __name__ == "__main__":
|
|||
|
||||
# with launch_ipdb_on_exception():
|
||||
# read the annotation file
|
||||
anno = pd.read_csv(infile, sep='\t', encoding='utf-8').to_records(index=False)
|
||||
anno = pd.read_csv(infile,
|
||||
sep='\t',
|
||||
encoding='utf-8',
|
||||
converters={'year': str}
|
||||
).to_records(index=False)
|
||||
|
||||
segment_starts = [start for start, offset in SEGMENTS_OFFSETS]
|
||||
|
||||
run_events = defaultdict(list)
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
onset duration fg artist title year
|
||||
20.567 141.48 1 OST instrumental
|
||||
319.367 26.48 1 OST instrumental
|
||||
347.647 26.64 0 Hank Williams Lovesick Blues 1949.0
|
||||
347.647 26.64 0 Hank Williams Lovesick Blues 1949
|
||||
385.767 46.12 1 OST instrumental
|
||||
581.047 35.56 1 OST instrumental
|
||||
623.047 4.0 0 Elvis Presley (performed by actor) Hound Dog 1956.0
|
||||
627.047 5.2 1 Elvis Presley (performed by actor) Hound Dog 1956.0
|
||||
652.767 24.52 1 Elvis Presley (performed by actor) Hound Dog 1956.0
|
||||
677.287 25.72 1 Elvis Presley (on TV) Hound Dog 1956.0
|
||||
623.047 4.0 0 Elvis Presley (performed by actor) Hound Dog 1956
|
||||
627.047 5.2 1 Elvis Presley (performed by actor) Hound Dog 1956
|
||||
652.767 24.52 1 Elvis Presley (performed by actor) Hound Dog 1956
|
||||
677.287 25.72 1 Elvis Presley (on TV) Hound Dog 1956
|
||||
758.167 134.8 1 OST instrumental
|
||||
|
|
|
|||
|
|
|
@ -5,12 +5,12 @@ onset duration fg artist title year
|
|||
196.116 20.4 0 OST instrumental
|
||||
216.516 17.92 0 OST instrumental
|
||||
238.676 21.56 1 OST instrumental
|
||||
265.636 88.08 1 Duane Eddy Rebel Rouser 1958.0
|
||||
265.636 88.08 1 Duane Eddy Rebel Rouser 1958
|
||||
355.036 51.52 1 OST instrumental
|
||||
413.007 33.32 0 Clarence 'Frogman' Henry (I Don't Know Why) But I Do 1961.0
|
||||
446.327 27.88 1 Clarence 'Frogman' Henry (I Don't Know Why) But I Do 1961.0
|
||||
511.767 51.4 0 The Rooftop Singers Walk Right In 1963.0
|
||||
616.047 20.8 0 Jimmy Gilmer and The Fireballs Sugar Shack 1963.0
|
||||
413.007 33.32 0 Clarence 'Frogman' Henry (I Don't Know Why) But I Do 1961
|
||||
446.327 27.88 1 Clarence 'Frogman' Henry (I Don't Know Why) But I Do 1961
|
||||
511.767 51.4 0 The Rooftop Singers Walk Right In 1963
|
||||
616.047 20.8 0 Jimmy Gilmer and The Fireballs Sugar Shack 1963
|
||||
659.647 10.8 0 orchestra (on TV) unknown
|
||||
670.447 23.6 1 orchestra unknown
|
||||
694.047 19.2 1 orchestra (on TV) unknown
|
||||
|
|
|
|||
|
|
|
@ -1,16 +1,16 @@
|
|||
onset duration fg artist title year
|
||||
121.127 31.0 0 OST instrumental
|
||||
160.447 18.56 1 Tommy James & The Shondells Hanky Panky 1964.0
|
||||
199.727 47.12 1 Bob Dylan (performed by Jenny) Blowin' In The Wind 1963.0
|
||||
276.967 16.84 0 Wilson Picket Land of 1000 Dances 1966.0
|
||||
160.447 18.56 1 Tommy James & The Shondells Hanky Panky 1964
|
||||
199.727 47.12 1 Bob Dylan (performed by Jenny) Blowin' In The Wind 1963
|
||||
276.967 16.84 0 Wilson Picket Land of 1000 Dances 1966
|
||||
293.807 19.8 0 OST instrumental
|
||||
313.607 24.4 1 OST instrumental
|
||||
347.007 51.56 1 OST instrumental
|
||||
398.572 39.84 1 Creedence Clearwater Revival Fortunate Son 1969.0
|
||||
438.412 33.6 1 Four Tops I Can't Help Myself (Sugar Pie Honey Bunch) 1965.0
|
||||
472.012 61.56 0 Aretha Franklin Respect 1967.0
|
||||
564.612 16.4 0 Bob Dylan Rainy Day Women #12 & 35 1966.0
|
||||
581.012 24.28 0 Beach Boys Sloop John B 1966.0
|
||||
607.532 31.84 1 The Jimi Hendrix Experience All Along The Watchtower 1968.0
|
||||
713.132 54.88 1 The Doors Soul Kitchen 1966.0
|
||||
827.772 38.88 1 The Mamas and the Papas California dreamin 1966.0
|
||||
398.572 39.84 1 Creedence Clearwater Revival Fortunate Son 1969
|
||||
438.412 33.6 1 Four Tops I Can't Help Myself (Sugar Pie Honey Bunch) 1965
|
||||
472.012 61.56 0 Aretha Franklin Respect 1967
|
||||
564.612 16.4 0 Bob Dylan Rainy Day Women #12 & 35 1966
|
||||
581.012 24.28 0 Beach Boys Sloop John B 1966
|
||||
607.532 31.84 1 The Jimi Hendrix Experience All Along The Watchtower 1968
|
||||
713.132 54.88 1 The Doors Soul Kitchen 1966
|
||||
827.772 38.88 1 The Mamas and the Papas California dreamin 1966
|
||||
|
|
|
|||
|
|
|
@ -1,14 +1,14 @@
|
|||
onset duration fg artist title year
|
||||
6.604 25.52 1 Buffalo Springfield For What It‘s Worth 1966.0
|
||||
6.604 25.52 1 Buffalo Springfield For What It‘s Worth 1966
|
||||
127.804 92.28 0 OST instrumental
|
||||
543.684 14.72 0 OST instrumental
|
||||
575.644 22.68 0 Jackie DeShannon What The World Needs Now Is Love 1965.0
|
||||
599.284 14.28 0 The Doors Hello I love you 1968.0
|
||||
613.564 9.32 0 The Doors People Are Strange 1967.0
|
||||
622.884 16.84 0 The Doors Break on Through (To the Other Side) 1967.0
|
||||
676.212 53.76 1 Simon & Garfunkel Mrs. Robinson 1968.0
|
||||
743.732 32.24 1 Jefferson Airplane Volunteers 1969.0
|
||||
775.972 28.52 0 Jefferson Airplane Volunteers 1969.0
|
||||
804.492 7.6 1 Jefferson Airplane Volunteers 1969.0
|
||||
575.644 22.68 0 Jackie DeShannon What The World Needs Now Is Love 1965
|
||||
599.284 14.28 0 The Doors Hello I love you 1968
|
||||
613.564 9.32 0 The Doors People Are Strange 1967
|
||||
622.884 16.84 0 The Doors Break on Through (To the Other Side) 1967
|
||||
676.212 53.76 1 Simon & Garfunkel Mrs. Robinson 1968
|
||||
743.732 32.24 1 Jefferson Airplane Volunteers 1969
|
||||
775.972 28.52 0 Jefferson Airplane Volunteers 1969
|
||||
804.492 7.6 1 Jefferson Airplane Volunteers 1969
|
||||
931.212 23.04 0 OST instrumental
|
||||
954.252 11.84 1 OST instrumental
|
||||
|
|
|
|||
|
|
|
@ -1,23 +1,23 @@
|
|||
onset duration fg artist title year
|
||||
6.026 4.64 0 OST instrumental
|
||||
13.906 67.76 0 The Jimi Hendrix Experience Hey Joe 1966.0
|
||||
81.666 13.68 1 The Jimi Hendrix Experience Hey Joe 1966.0
|
||||
95.346 2.52 0 The Jimi Hendrix Experience Hey Joe 1966.0
|
||||
128.186 14.64 0 Pete Seeger (performed by crowd) Where Have All The Flowers Gone 1955.0
|
||||
142.826 56.64 1 The Youngbloods Let's Get Together 1967.0
|
||||
200.826 3.84 0 Scott McKenzie San Francisco 1967.0
|
||||
205.266 46.2 1 Scott McKenzie San Francisco 1967.0
|
||||
13.906 67.76 0 The Jimi Hendrix Experience Hey Joe 1966
|
||||
81.666 13.68 1 The Jimi Hendrix Experience Hey Joe 1966
|
||||
95.346 2.52 0 The Jimi Hendrix Experience Hey Joe 1966
|
||||
128.186 14.64 0 Pete Seeger (performed by crowd) Where Have All The Flowers Gone 1955
|
||||
142.826 56.64 1 The Youngbloods Let's Get Together 1967
|
||||
200.826 3.84 0 Scott McKenzie San Francisco 1967
|
||||
205.266 46.2 1 Scott McKenzie San Francisco 1967
|
||||
252.506 50.72 0 OST instrumental
|
||||
303.226 35.12 1 The Byrds Turn! Turn! Turn! 1965.0
|
||||
338.346 31.0 1 The 5th Dimension Aquarius/Let The Sunshine In 1969.0
|
||||
369.386 19.12 1 Three Dog Night Joy To The World 1971.0
|
||||
303.226 35.12 1 The Byrds Turn! Turn! Turn! 1965
|
||||
338.346 31.0 1 The 5th Dimension Aquarius/Let The Sunshine In 1969
|
||||
369.386 19.12 1 Three Dog Night Joy To The World 1971
|
||||
392.986 10.6 1 orchestra TV show jingle
|
||||
506.826 32.88 1 Harry Nilsson Everybody's Talkin' 1968.0
|
||||
506.826 32.88 1 Harry Nilsson Everybody's Talkin' 1968
|
||||
539.786 13.8 1 crowd on TV Silent Night
|
||||
566.466 12.6 0 unknown (on TV) unknown
|
||||
640.906 97.08 0 Supremes Stoned Love 1970.0
|
||||
738.746 31.12 1 The Doors Love Her Madly 1971.0
|
||||
640.906 97.08 0 Supremes Stoned Love 1970
|
||||
738.746 31.12 1 The Doors Love Her Madly 1971
|
||||
783.266 18.28 1 crowd in bar Auld Lang Syne
|
||||
815.332 21.68 0 B.J. Thomas Raindrops Keep Fallin' On My Head 1969.0
|
||||
815.332 21.68 0 B.J. Thomas Raindrops Keep Fallin' On My Head 1969
|
||||
837.732 16.48 0 orchestra U.S. national anthem
|
||||
858.932 56.84 0 Tony Orlando & Dawn Tie a Yellow Ribbon Round the Ole Oak Tree
|
||||
|
|
|
|||
|
|
|
@ -2,12 +2,12 @@ onset duration fg artist title year
|
|||
64.098 19.16 1 Donny Gerrard Jesus On The Mainline
|
||||
108.418 16.08 1 unknown unknown
|
||||
148.818 22.04 1 unknown unknown
|
||||
207.338 22.52 1 KC & The Sunshine Band Get Down Tonight 1975.0
|
||||
230.858 92.0 1 Lynyrd Skynyrd Free Bird 1973.0
|
||||
207.338 22.52 1 KC & The Sunshine Band Get Down Tonight 1975
|
||||
230.858 92.0 1 Lynyrd Skynyrd Free Bird 1973
|
||||
339.698 29.04 0 OST instrumental
|
||||
368.738 22.0 1 OST instrumental
|
||||
393.298 10.24 0 OST instrumental
|
||||
437.658 42.84 1 Randy Newman Mr. President (Have Pity on the Working Man) 1974.0
|
||||
437.658 42.84 1 Randy Newman Mr. President (Have Pity on the Working Man) 1974
|
||||
493.098 16.08 1 crowd in church Plant My Feet On Higher Ground
|
||||
606.898 12.64 1 unknown unknown
|
||||
691.218 36.76 0 OST instrumental
|
||||
|
|
|
|||
|
|
|
@ -1,12 +1,12 @@
|
|||
onset duration fg artist title year
|
||||
121.562 50.48 1 Lynyrd Skynyrd Sweet Home Alabama 1974.0
|
||||
121.562 50.48 1 Lynyrd Skynyrd Sweet Home Alabama 1974
|
||||
400.623 111.2 1 OST instrumental
|
||||
511.823 46.44 1 Jackson Browne Running On Empty 1978.0
|
||||
558.263 18.56 1 Doobie Brothers It Keeps You Runnin 1976.0
|
||||
576.823 43.84 0 Gladys Knight & the Pips I've Got to Use My Imagination 1973.0
|
||||
620.663 52.92 1 Doobie Brothers Go Your Own Way 1977.0
|
||||
673.583 29.56 1 Willie Nelson On the Road Again 1980.0
|
||||
703.143 24.04 1 Bob Seger & the Silver Bullet Band Against the Wind 1980.0
|
||||
727.183 4.0 0 Bob Seger & the Silver Bullet Band Against the Wind 1980.0
|
||||
511.823 46.44 1 Jackson Browne Running On Empty 1978
|
||||
558.263 18.56 1 Doobie Brothers It Keeps You Runnin 1976
|
||||
576.823 43.84 0 Gladys Knight & the Pips I've Got to Use My Imagination 1973
|
||||
620.663 52.92 1 Doobie Brothers Go Your Own Way 1977
|
||||
673.583 29.56 1 Willie Nelson On the Road Again 1980
|
||||
703.143 24.04 1 Bob Seger & the Silver Bullet Band Against the Wind 1980
|
||||
727.183 4.0 0 Bob Seger & the Silver Bullet Band Against the Wind 1980
|
||||
988.783 34.36 0 OST instrumental
|
||||
1023.143 52.64 1 OST instrumental
|
||||
|
|
|
|||
|
|
|
@ -1,11 +1,11 @@
|
|||
onset duration fg artist title year
|
||||
20.541 141.48 1 OST instrumental
|
||||
319.341 26.48 1 OST instrumental
|
||||
347.621 26.64 0 Hank Williams Lovesick Blues 1949.0
|
||||
347.621 26.64 0 Hank Williams Lovesick Blues 1949
|
||||
385.741 46.12 1 OST instrumental
|
||||
581.021 35.56 1 OST instrumental
|
||||
623.021 4.0 0 Elvis Presley (performed by actor) Hound Dog 1956.0
|
||||
627.021 5.2 1 Elvis Presley (performed by actor) Hound Dog 1956.0
|
||||
652.741 24.52 1 Elvis Presley (performed by actor) Hound Dog 1956.0
|
||||
677.261 25.72 1 Elvis Presley (on TV) Hound Dog 1956.0
|
||||
623.021 4.0 0 Elvis Presley (performed by actor) Hound Dog 1956
|
||||
627.021 5.2 1 Elvis Presley (performed by actor) Hound Dog 1956
|
||||
652.741 24.52 1 Elvis Presley (performed by actor) Hound Dog 1956
|
||||
677.261 25.72 1 Elvis Presley (on TV) Hound Dog 1956
|
||||
758.141 134.8 1 OST instrumental
|
||||
|
|
|
|||
|
|
|
@ -5,12 +5,12 @@ onset duration fg artist title year
|
|||
196.117 20.4 0 OST instrumental
|
||||
216.517 17.92 0 OST instrumental
|
||||
238.677 21.56 1 OST instrumental
|
||||
265.637 88.08 1 Duane Eddy Rebel Rouser 1958.0
|
||||
265.637 88.08 1 Duane Eddy Rebel Rouser 1958
|
||||
355.037 51.52 1 OST instrumental
|
||||
412.997 33.32 0 Clarence 'Frogman' Henry (I Don't Know Why) But I Do 1961.0
|
||||
446.317 27.88 1 Clarence 'Frogman' Henry (I Don't Know Why) But I Do 1961.0
|
||||
511.757 51.4 0 The Rooftop Singers Walk Right In 1963.0
|
||||
616.037 20.8 0 Jimmy Gilmer and The Fireballs Sugar Shack 1963.0
|
||||
412.997 33.32 0 Clarence 'Frogman' Henry (I Don't Know Why) But I Do 1961
|
||||
446.317 27.88 1 Clarence 'Frogman' Henry (I Don't Know Why) But I Do 1961
|
||||
511.757 51.4 0 The Rooftop Singers Walk Right In 1963
|
||||
616.037 20.8 0 Jimmy Gilmer and The Fireballs Sugar Shack 1963
|
||||
659.637 10.8 0 orchestra (on TV) unknown
|
||||
670.437 23.6 1 orchestra unknown
|
||||
694.037 19.2 1 orchestra (on TV) unknown
|
||||
|
|
|
|||
|
|
|
@ -1,16 +1,16 @@
|
|||
onset duration fg artist title year
|
||||
121.109 31.0 0 OST instrumental
|
||||
160.429 18.56 1 Tommy James & The Shondells Hanky Panky 1964.0
|
||||
199.709 47.12 1 Bob Dylan (performed by Jenny) Blowin' In The Wind 1963.0
|
||||
276.949 16.84 0 Wilson Picket Land of 1000 Dances 1966.0
|
||||
160.429 18.56 1 Tommy James & The Shondells Hanky Panky 1964
|
||||
199.709 47.12 1 Bob Dylan (performed by Jenny) Blowin' In The Wind 1963
|
||||
276.949 16.84 0 Wilson Picket Land of 1000 Dances 1966
|
||||
293.789 19.8 0 OST instrumental
|
||||
313.589 24.4 1 OST instrumental
|
||||
346.989 51.56 1 OST instrumental
|
||||
398.541 39.84 1 Creedence Clearwater Revival Fortunate Son 1969.0
|
||||
438.381 33.6 1 Four Tops I Can't Help Myself (Sugar Pie Honey Bunch) 1965.0
|
||||
471.981 61.56 0 Aretha Franklin Respect 1967.0
|
||||
564.581 16.4 0 Bob Dylan Rainy Day Women #12 & 35 1966.0
|
||||
580.981 24.28 0 Beach Boys Sloop John B 1966.0
|
||||
607.501 31.84 1 The Jimi Hendrix Experience All Along The Watchtower 1968.0
|
||||
713.101 54.88 1 The Doors Soul Kitchen 1966.0
|
||||
827.741 38.88 1 The Mamas and the Papas California dreamin 1966.0
|
||||
398.541 39.84 1 Creedence Clearwater Revival Fortunate Son 1969
|
||||
438.381 33.6 1 Four Tops I Can't Help Myself (Sugar Pie Honey Bunch) 1965
|
||||
471.981 61.56 0 Aretha Franklin Respect 1967
|
||||
564.581 16.4 0 Bob Dylan Rainy Day Women #12 & 35 1966
|
||||
580.981 24.28 0 Beach Boys Sloop John B 1966
|
||||
607.501 31.84 1 The Jimi Hendrix Experience All Along The Watchtower 1968
|
||||
713.101 54.88 1 The Doors Soul Kitchen 1966
|
||||
827.741 38.88 1 The Mamas and the Papas California dreamin 1966
|
||||
|
|
|
|||
|
|
|
@ -1,14 +1,14 @@
|
|||
onset duration fg artist title year
|
||||
6.573 25.52 1 Buffalo Springfield For What It‘s Worth 1966.0
|
||||
6.573 25.52 1 Buffalo Springfield For What It‘s Worth 1966
|
||||
127.773 92.28 0 OST instrumental
|
||||
543.653 14.72 0 OST instrumental
|
||||
575.613 22.68 0 Jackie DeShannon What The World Needs Now Is Love 1965.0
|
||||
599.253 14.28 0 The Doors Hello I love you 1968.0
|
||||
613.533 9.32 0 The Doors People Are Strange 1967.0
|
||||
622.853 16.84 0 The Doors Break on Through (To the Other Side) 1967.0
|
||||
676.181 53.76 1 Simon & Garfunkel Mrs. Robinson 1968.0
|
||||
743.701 32.24 1 Jefferson Airplane Volunteers 1969.0
|
||||
775.941 28.52 0 Jefferson Airplane Volunteers 1969.0
|
||||
804.461 7.6 1 Jefferson Airplane Volunteers 1969.0
|
||||
575.613 22.68 0 Jackie DeShannon What The World Needs Now Is Love 1965
|
||||
599.253 14.28 0 The Doors Hello I love you 1968
|
||||
613.533 9.32 0 The Doors People Are Strange 1967
|
||||
622.853 16.84 0 The Doors Break on Through (To the Other Side) 1967
|
||||
676.181 53.76 1 Simon & Garfunkel Mrs. Robinson 1968
|
||||
743.701 32.24 1 Jefferson Airplane Volunteers 1969
|
||||
775.941 28.52 0 Jefferson Airplane Volunteers 1969
|
||||
804.461 7.6 1 Jefferson Airplane Volunteers 1969
|
||||
931.181 23.04 0 OST instrumental
|
||||
954.221 11.84 1 OST instrumental
|
||||
|
|
|
|||
|
|
|
@ -1,23 +1,23 @@
|
|||
onset duration fg artist title year
|
||||
6.029 4.64 0 OST instrumental
|
||||
13.909 67.76 0 The Jimi Hendrix Experience Hey Joe 1966.0
|
||||
81.669 13.68 1 The Jimi Hendrix Experience Hey Joe 1966.0
|
||||
95.349 2.52 0 The Jimi Hendrix Experience Hey Joe 1966.0
|
||||
128.189 14.64 0 Pete Seeger (performed by crowd) Where Have All The Flowers Gone 1955.0
|
||||
142.829 56.64 1 The Youngbloods Let's Get Together 1967.0
|
||||
200.829 3.84 0 Scott McKenzie San Francisco 1967.0
|
||||
205.269 46.2 1 Scott McKenzie San Francisco 1967.0
|
||||
13.909 67.76 0 The Jimi Hendrix Experience Hey Joe 1966
|
||||
81.669 13.68 1 The Jimi Hendrix Experience Hey Joe 1966
|
||||
95.349 2.52 0 The Jimi Hendrix Experience Hey Joe 1966
|
||||
128.189 14.64 0 Pete Seeger (performed by crowd) Where Have All The Flowers Gone 1955
|
||||
142.829 56.64 1 The Youngbloods Let's Get Together 1967
|
||||
200.829 3.84 0 Scott McKenzie San Francisco 1967
|
||||
205.269 46.2 1 Scott McKenzie San Francisco 1967
|
||||
252.509 50.72 0 OST instrumental
|
||||
303.229 35.12 1 The Byrds Turn! Turn! Turn! 1965.0
|
||||
338.349 31.0 1 The 5th Dimension Aquarius/Let The Sunshine In 1969.0
|
||||
369.389 19.12 1 Three Dog Night Joy To The World 1971.0
|
||||
303.229 35.12 1 The Byrds Turn! Turn! Turn! 1965
|
||||
338.349 31.0 1 The 5th Dimension Aquarius/Let The Sunshine In 1969
|
||||
369.389 19.12 1 Three Dog Night Joy To The World 1971
|
||||
392.989 10.6 1 orchestra TV show jingle
|
||||
506.829 32.88 1 Harry Nilsson Everybody's Talkin' 1968.0
|
||||
506.829 32.88 1 Harry Nilsson Everybody's Talkin' 1968
|
||||
539.789 13.8 1 crowd on TV Silent Night
|
||||
566.469 12.6 0 unknown (on TV) unknown
|
||||
640.909 97.08 0 Supremes Stoned Love 1970.0
|
||||
738.749 31.12 1 The Doors Love Her Madly 1971.0
|
||||
640.909 97.08 0 Supremes Stoned Love 1970
|
||||
738.749 31.12 1 The Doors Love Her Madly 1971
|
||||
783.269 18.28 1 crowd in bar Auld Lang Syne
|
||||
815.341 21.68 0 B.J. Thomas Raindrops Keep Fallin' On My Head 1969.0
|
||||
815.341 21.68 0 B.J. Thomas Raindrops Keep Fallin' On My Head 1969
|
||||
837.741 16.48 0 orchestra U.S. national anthem
|
||||
858.941 56.84 0 Tony Orlando & Dawn Tie a Yellow Ribbon Round the Ole Oak Tree
|
||||
|
|
|
|||
|
|
|
@ -2,12 +2,12 @@ onset duration fg artist title year
|
|||
64.101 19.16 1 Donny Gerrard Jesus On The Mainline
|
||||
108.421 16.08 1 unknown unknown
|
||||
148.821 22.04 1 unknown unknown
|
||||
207.341 22.52 1 KC & The Sunshine Band Get Down Tonight 1975.0
|
||||
230.861 92.0 1 Lynyrd Skynyrd Free Bird 1973.0
|
||||
207.341 22.52 1 KC & The Sunshine Band Get Down Tonight 1975
|
||||
230.861 92.0 1 Lynyrd Skynyrd Free Bird 1973
|
||||
339.701 29.04 0 OST instrumental
|
||||
368.741 22.0 1 OST instrumental
|
||||
393.301 10.24 0 OST instrumental
|
||||
437.661 42.84 1 Randy Newman Mr. President (Have Pity on the Working Man) 1974.0
|
||||
437.661 42.84 1 Randy Newman Mr. President (Have Pity on the Working Man) 1974
|
||||
493.101 16.08 1 crowd in church Plant My Feet On Higher Ground
|
||||
606.901 12.64 1 unknown unknown
|
||||
691.221 36.76 0 OST instrumental
|
||||
|
|
|
|||
|
|
|
@ -1,12 +1,12 @@
|
|||
onset duration fg artist title year
|
||||
121.549 50.48 1 Lynyrd Skynyrd Sweet Home Alabama 1974.0
|
||||
121.549 50.48 1 Lynyrd Skynyrd Sweet Home Alabama 1974
|
||||
400.261 111.2 1 OST instrumental
|
||||
511.461 46.44 1 Jackson Browne Running On Empty 1978.0
|
||||
557.901 18.56 1 Doobie Brothers It Keeps You Runnin 1976.0
|
||||
576.461 43.84 0 Gladys Knight & the Pips I've Got to Use My Imagination 1973.0
|
||||
620.301 52.92 1 Doobie Brothers Go Your Own Way 1977.0
|
||||
673.221 29.56 1 Willie Nelson On the Road Again 1980.0
|
||||
702.781 24.04 1 Bob Seger & the Silver Bullet Band Against the Wind 1980.0
|
||||
726.821 4.0 0 Bob Seger & the Silver Bullet Band Against the Wind 1980.0
|
||||
511.461 46.44 1 Jackson Browne Running On Empty 1978
|
||||
557.901 18.56 1 Doobie Brothers It Keeps You Runnin 1976
|
||||
576.461 43.84 0 Gladys Knight & the Pips I've Got to Use My Imagination 1973
|
||||
620.301 52.92 1 Doobie Brothers Go Your Own Way 1977
|
||||
673.221 29.56 1 Willie Nelson On the Road Again 1980
|
||||
702.781 24.04 1 Bob Seger & the Silver Bullet Band Against the Wind 1980
|
||||
726.821 4.0 0 Bob Seger & the Silver Bullet Band Against the Wind 1980
|
||||
988.421 34.36 0 OST instrumental
|
||||
1022.781 52.64 1 OST instrumental
|
||||
|
|
|
|||
|
Loading…
Add table
Add a link
Reference in a new issue