Sign In
Don't have an account?
Forgot Password
Reset Password
Pop Punk 2013
Southampton, UK
0
would like to see live
0
have seen live
MENU
Close
Home About Releases Recommended Artists TOURS GALLERY
Rotate
Rotate
Save
Sign In
Don't have an account?
Register
Register to buy tickets. It's free and simple.
Genre Preference
Blues
Classical
Country
Covers/Tribute
Dance/EDM
Easy Listening
Electronic
Hip Hop/Rap
Indie
Jazz
Latin
Metal
Pop
R&B/Soul
Reggae
Rock
Singer Songwriter
World Music
Other
Create Password
By clicking 'Sign Up', you have accepted our Terms & Conditions. The use of this website is subject to forthcoming terms and conditions.
EP Recording Weekend' }) function changeVideo(id) { $('.video-thumb.active').removeClass('active'); var embed = ''; for(x in videos) { if(videos[x].id == id) { embed = videos[x].embed; } } $('.main-video').html(embed); $('.video-thumb[data-video="'+id+'"]').addClass('active'); } function changeVideoNew(id) { $('.videography-row .video-thumb.hidden').removeClass('hidden'); var embed = ''; for(x in videos) { if(videos[x].id == id) { embed = videos[x].embed; } } $('.videography-row .main').html(embed); $('.videography-row .video-thumb[data-video="'+id+'"]').addClass('hidden'); } function initMap() { loadVenueDetailMap(); } function loadVenueDetailMap() { var artist_map = new google.maps.Map(document.getElementById('map'), { center: { lat: 50.9097004, lng: -1.404350900000054 }, zoom: 10, scrollwheel: false, styles: google_map_styling }); var venues = []; venues.push({ 'name': 'The Wedgewood Rooms', 'lat': 50.78679, 'lng': -1.0752921 }); venues.push({ 'name': 'Sanctuary Live', 'lat': 51.2622935, 'lng': -1.08575 }); venues.push({ 'name': 'The Platform Tavern', 'lat': 50.8964005, 'lng': -1.4035822 }); venues.push({ 'name': 'The Joiners', 'lat': 50.904383, 'lng': -1.396426 }); venues.push({ 'name': 'TEDDY ROCKS FESTIVAL', 'lat': 50.813086, 'lng': -2.1958942 }); venues.push({ 'name': 'Ageas Bowl', 'lat': 50.923434, 'lng': -1.323434 }); venues.push({ 'name': 'Charmed Life Festival', 'lat': 50.7980735, 'lng': -1.0979574 }); venues.push({ 'name': 'The Lounge Bar', 'lat': 51.1492929, 'lng': -0.9775958 }); venues.push({ 'name': 'The Navigator', 'lat': 50.8837271, 'lng': -1.2994309 }); venues.push({ 'name': 'The King Alfred', 'lat': 51.0695927, 'lng': -1.3133282 }); var venue_markers = []; for(x in venues) { venue_markers.push(new google.maps.Marker({ position: { lat: venues[x].lat, lng: venues[x].lng }, map: artist_map, icon: 'https://www.musicplanetlive.com/images/Venue_grey.png', })); } autocomplete = new google.maps.places.Autocomplete($('.artist-location-autocomplete')[0]); if(navigator.geolocation) { navigator.geolocation.getCurrentPosition(function(position) { var bounds = new google.maps.LatLngBounds( new google.maps.LatLng(position.coords.latitude, position.coords.longitude), new google.maps.LatLng(position.coords.latitude, position.coords.longitude) ); autocomplete.setBounds(bounds); }); } autocomplete.addListener('place_changed', function() { var place = autocomplete.getPlace(); var arrAddress = place.address_components; $('.hidden-lat').val(place.geometry.location.lat); $('.hidden-lng').val(place.geometry.location.lng); $.each(arrAddress, function (i, address_component) { if(address_component.types[0] == "locality") { $('.hidden-city').val(address_component.long_name); } if(address_component.types[0] == "country") { $('.hidden-country').val(address_component.long_name); } }); }); } function checkArtistSignupLocation(el){ if($('.edit-details-form .hidden-lat').val() == ""){ $(el).val(''); } } var alreadyConfirmedLocationChange = false; function checkEditLocation(el){ if(alreadyConfirmedLocationChange == false){ if(confirm("Editing your location will remove all of your linked venues, continue anyway?") == true){ alreadyConfirmedLocationChange = true; $(el).focus(); }else{ $(el).blur(); } } } function joinTeam(){ }